Upload Attachment/External Documents Method
This document contains details for the /api/v1/envelope/attachment endpoint, including how to upload a binary file and the response fields.
Method
Method
POST
RESPONSE
{
"attachmentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"filename": "string",
"filesize": 0
}Last updated