Signer Consent Request
List Signer Consent Requests of the Signature Request
Returns a list of Signer Consent Requests for a given Signature Request.
get/signature_requests/{signatureRequestId}/consent_requests
Path parameters
signatureRequestIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Signature Request Id
Response
OK
Example response
{
"data": [
{
"id": "550e8402-e29b-41d4-a716-446655440000",
"optional": true,
"document_id": "550e8402-e29b-41d4-a716-446655440000"
}
]
}