post https://api.sandbox.co.in/subscriptions//keys//postbacks
API to create postbacks to notify when a job is complete.
Important Links
Did you know?
Postback configuration requires a callback URL and enables you to receive events to specific asynchronous processes. You can check such events in the next section for Sample Payload.
Request Body Example
{
"entity": "postback",
"events": [
"tds.206-ab.failed",
"tds.206-ab.done"
],
"secret": "{{secret_string}}",
"url": "https://...",
"recipients": [
"[email protected]"
]
}