Skip to main content
When you trigger the below endpoint, it initiates a call.

API Endpoint:

Headers:

Request Payload:

Response Payload:

Success Response Status: 200 with body
The docket uuid is unique identifier for this docket which can be used to get status of this and associated calls with this docket.

Webhook Delivery -

On Completion of docket ( i.e no more further calls to be made), we will send docket details to the webhook. Important Fields -

Retry

We recommend to track status code of APIs at your end as well and to have a exponential backoff based retry for 5xx statuses so that any brief downtime does not affect the API.

Fetch Docket Details

This can be used to fetch the current state of docket using the docket ID. status: COMPLETED → the docket is completed status: IN_PROGRESS → the docket is still pending to be completed.
Sample Curl -
Sample response -