Envelopes
Number of APIs: 101
-
Updates envelope custom fields in an envelope. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/custom_fields
-
Gets the status of a envelope. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}?advanced_update={{advanced_update}}&include={{include}}
-
Updates document visibility for the recipients PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/recipients/document_visibility
-
Get Responsive HTML Preview for all documents in an envelope. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/responsive_html_preview
-
Update encrypted tabs for envelope. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/tabs_blob
-
Gets the tabs information for a signer or sign-in-person recipient in an envelope. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/recipients/{{recipientId}}/tabs?include_anchor_tab_locations={{include_anchor_tab_locations}}&include_metadata={{include_metadata}}
-
Initiate a new ChunkedUpload. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/chunked_uploads
-
Retrieves the current metadata of a ChunkedUpload. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/chunked_uploads/{{chunkedUploadId}}?include={{include}}
-
Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/chunked_uploads/{{chunkedUploadId}}?action={{action}}
-
Add a chunk, a chunk 'part', to an existing ChunkedUpload. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/chunked_uploads/{{chunkedUploadId}}/{{chunkedUploadPartSeq}}