Back to monitors
Additive AI classification

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

  • 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/secret to retrieve the secret, POST /v2.1/accounts/{accountId}/connect/secret to generate a new secret, and DELETE /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 parameter include_is_edited to envelope retrieval endpoints. These are purely additive changes that do not break existing integrations.