options
{
"method": "POST",
"url":"https://demo.docusign.net/restapi/v2.1/accounts/redacted_uuid/envelopes",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer ey_redacted_3A"
}
}
body
{
"documents": [
{
"documentBase64": "<base64>",
"name": "Signing document",
"fileExtension": "pdf",
"documentId": "1",
"tabs": {
"signHereTabs": [
{
"documentId": "1",
"height": "0",
"isSealSignTab": "false",
"name": "SignHere",
"optional": "false",
"recipientId": "1",
"scaleValue": "1",
"stampType": "signature",
"tabId": "692c2455-da28-4305-a9f1-d3d94ca6b582",
"tabLabel": "Signature 4d50315c-268e-4e1e-af4e-fdd3b9f10833",
"tabType": "signhere",
"templateLocked": "false",
"templateRequired": "false",
"tooltip": "SignHere",
"width": "0",
"xPosition": "42",
"yPosition": "347"
}
]
}
}
],
"emailSubject": "Please sign this document set",
"recipients": {
"signers": [
{
"email": "redacted@gmail.com",
"name": "Arlen Redacted",
"recipientId": "1",
"routingOrder": "1"
}
]
},
"status": "sent"
}
options
{ "method": "POST", "url":"https://demo.docusign.net/restapi/v2.1/accounts/redacted_uuid/envelopes", "headers": { "Content-Type": "application/json", "Authorization": "Bearer ey_redacted_3A" } }body
{ "documents": [ { "documentBase64": "<base64>", "name": "Signing document", "fileExtension": "pdf", "documentId": "1", "tabs": { "signHereTabs": [ { "documentId": "1", "height": "0", "isSealSignTab": "false", "name": "SignHere", "optional": "false", "recipientId": "1", "scaleValue": "1", "stampType": "signature", "tabId": "692c2455-da28-4305-a9f1-d3d94ca6b582", "tabLabel": "Signature 4d50315c-268e-4e1e-af4e-fdd3b9f10833", "tabType": "signhere", "templateLocked": "false", "templateRequired": "false", "tooltip": "SignHere", "width": "0", "xPosition": "42", "yPosition": "347" } ] } } ], "emailSubject": "Please sign this document set", "recipients": { "signers": [ { "email": "redacted@gmail.com", "name": "Arlen Redacted", "recipientId": "1", "routingOrder": "1" } ] }, "status": "sent" }