List signature requests
Signature Requests
List signature requests
Returns all signature requests for the authenticated client’s organization, newest first. Optionally pass updatedSince to return only requests updated strictly after that instant (ISO-8601).
GET
List signature requests
Authorizations
OAuth 2.0 client credentials access token, passed as a Bearer token in the Authorization header.
Query Parameters
ISO-8601 timestamp; only signature requests updated strictly after this time are returned.
Response
Signature requests retrieved successfully (empty array if none match).
The template ID associated with the signature request.
Example:
"tmpl_abc123"
Current status of the signature request.
Available options:
Created, Completed Example:
"Created"
Whether the signature request is in test mode.
Example:
false