Get Document(s) For Sign
This document contains details for the /api/v1/envelope/{envelopeUuid}/for-sign endpoint, including request parameters and the response format for documents available for signing.
Request details
Method
POST
Response details
[
{
"documentId": "string",
"pdf": "string",
"pdfName": "string",
"signatureName": "string",
"xml": "string",
"xmlName": "string"
}
]documentId
ID of the document
Last updated