docusign
DocuSign eSignature API
Add envelope sharing endpoints and new fields to authorization
The diff adds new HTTP methods (GET, PUT, DELETE) to the /v2.1/accounts/{accountId}/envelopes/{envelopeId}/shares endpoint for managing envelope shares, plus new optional fields (taskSource, taskType, anchorTabScope, authorizedSignatories) to authorization and envelope-related request/response objects. These are purely additive changes that extend API functionality without breaking existing integrations.
Alert history
- Additive
Add envelope sharing endpoints and new fields to authorization
The diff adds new HTTP methods (
GET,PUT,DELETE) to the/v2.1/accounts/{accountId}/envelopes/{envelopeId}/sharesendpoint for managing envelope shares, plus new optional fields (taskSource,taskType,anchorTabScope,authorizedSignatories) to authorization and envelope-related request/response objects. These are purely additive changes that extend API functionality without breaking existing integrations. - Additive
Add Connect HMAC Secret management endpoints and response types
Added three new endpoints for managing Connect HMAC secrets:
GET /v2.1/accounts/{accountId}/connect/secretto retrieve the secret,POST /v2.1/accounts/{accountId}/connect/secretto generate a new secret, andDELETE /v2.1/accounts/{accountId}/connect/secret/{keyId}to delete a secret. Also added new response schema definitions (templateCompletionInfo,templateCompletionRateResponse,userCompletionRateResponse) and a new optional query parameterinclude_is_editedto envelope retrieval endpoints. These are purely additive changes that do not break existing integrations.