Lightbox Settings


S3 Endpoint URL:
  • Example: https://s3.ap-northeast-2.amazon.com/
  • Reference: https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region

S3 Region: Example: ap-northeast-2
S3 Key:
S3 Secret:
S3 Bucket: Example: fongabi-admin
S3 Path: Example: fongabi_autoinspectionimg
Job Bearer Token: Example: abcd.xyz.123
Job Info Get URL: Example: https://api-admin.fongabi.com/api/v4/admin/photo/inspector?deal_uuid=%BARCODE%
Job Complete POST URL: Example: https://api-admin.fongabi.com/api/v4/admin/photo/inspector/complete
Job Complete POST Body: %BARCODE%, %IMAGE_URLS_ARRAY_AS_STR% Variable

Example:
{
      "deal_uuid": "%BARCODE%",
      "front": %FRONT_IMAGE_URLS_ARRAY%,
      "back": %BACK_IMAGE_URLS_ARRAY%
}