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
- 200
- 400
- 401
- 403
- 429
- 500
- 503
OK
Bad request
Unauthorized
Access denied
Too many requests
Internal server error
Service unavailable