Webhooks
Use webhooks to get the real time updates of orders and shipment details. HMAC(optional) can be used for authenticating for registering to web-hooks or API key can use also used.
List of Configured Webhooks
Headers
Name
Type
Description
{
"webhookId": 13,
"createdAt": "April 12, 2021",
"callbackUrl": "https://myserver.com/send/callback/here",
"headers": {
"API_KEY": "bSd74acDFhjzy90vqml"
},
"verify_payload": false
},
{
"webhookId": 17,
"createdAt": "April 21, 2021",
"callbackUrl": "https://myserver.com/webhook",
"headers": {
"API_KEY": "1jKlk05bQ6vzY4pS3"
},
"verify_payload": false
}
]Postman Collection
Last updated
Was this helpful?