Envelopes

Number of APIs: 101

  1. Updates envelope custom fields in an envelope. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/custom_fields

  2. Gets the status of a envelope. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}?advanced_update={{advanced_update}}&include={{include}}

  3. Updates document visibility for the recipients PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/recipients/document_visibility

  4. Get Responsive HTML Preview for all documents in an envelope. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/responsive_html_preview

  5. Update encrypted tabs for envelope. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/tabs_blob

  6. 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}}

  7. Initiate a new ChunkedUpload. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/chunked_uploads

  8. Retrieves the current metadata of a ChunkedUpload. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/chunked_uploads/{{chunkedUploadId}}?include={{include}}

  9. Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/chunked_uploads/{{chunkedUploadId}}?action={{action}}

  10. Add a chunk, a chunk 'part', to an existing ChunkedUpload. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/chunked_uploads/{{chunkedUploadId}}/{{chunkedUploadPartSeq}}