Signer Document Request
List the Signer Documents of a Signer
Returns a list of Documents uploaded by a given Signer. Only possible when Signer status is signed.
get/signature_requests/{signatureRequestId}/signers/{signerId}/documents
Path parameters
signatureRequestIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Signature Request Id
signerIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Signer Id
Response
OK
Example response
{
"data": [
{
"id": "69df8404-40d3-4686-887b-5678f46a0d9a",
"title": "Proof of address"
}
]
}