Integrate Image Checking Notification
What is the Image Checking Push Notification?
Client Deliverables
Request
curl --request POST \
--header 'Accept: application/json' \
--header 'Potential Auth Control Option' \
--header 'Content-Type: application/json' \
--header 'x-correlation-id: ' \
--data ''{
"ImageId": “<Unique Image Id associated with a specific design submission>”,
"Orientation": "<Horizontal or Vertical>",
"ImageType": "<Gallery or Custom>",
"ImageState": "<Pending, Accepted or Rejected",
"RejectionCode": "00",
"SubmissionTimeStamp": "yyyyMMddHHmmss",
"ImageCheckingTimeStamp": "yyyyMMddHHmmss",
"DataCapture": {}
}Response
Authentication Options
Secret within Header
IP Address restrictions
mTLS using Public/Private Certificate
Examples
Gallery - Auto Accept Notification
Custom Image – Pending Status after submission
Custom Image – Rejected Status Notification
Custom Image – Accepted Notification
Last updated
Was this helpful?