cURL
curl --request POST \ --url https://api-eu-w-1.pureclarity.net/api/deltastatus \ --header 'Content-Type: application/json' \ --data ' { "AppKey": "your-access-key", "SecretKey": "your-secret-key", "Tokens": [ "a1b2c3d4-e5f6-7890-abcd-ef1234567890" ] } '
[ { "Token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "Status": 1 } ]
Check the processing status of one or more previously submitted delta updates using the tokens returned from the /api/delta endpoint.
/api/delta
Your store's unique access key
Your store's secret key
Array of delta tokens to check
Status of each requested token
The delta token
Processing status:
0
1
2
Error reason (only present when Status is 2)