Skip to main content

Get callback details for a signature request

GET 

/signature-requests/:SR_ID/callbacks

Returns detailed information about the callbacks associated with a SignatureRequest. Use this endpoint to confirm whether a callback has been executed or to identify errors that occurred during the callback process.

Result

If no callbacks have been triggered yet, the response will be an empty array. Otherwise, it contains an array of callback objects that have already been executed.

Request

Responses

OK