Dropbox Sign Events and Callbacks API
Outbound event / callback surface for Dropbox Sign. The platform POSTs JSON event payloads (wrapped in a `multipart/form-data` `json` field) to a subscriber-configured URL whenever signature requests, templates, and account-level activity change state. Two callback scopes are supported: account callbacks (configured on the authenticated account) and app callbacks (configured per API app and routed by `client_id`). Authenticity is verified via the `event.event_hash` field, computed as HMAC-SHA256 of `event_time + event_type` keyed by the receiving account's API key.
Documentation
Specifications
Other Resources
Walkthrough
https://developers.hellosign.com/docs/events/walkthrough/
AccountCallbacks
https://developers.hellosign.com/api/reference/operation/accountUpdateEventCallback/
AppCallbacks
https://developers.hellosign.com/api/reference/operation/apiAppCreateEventCallback/
APIsJSON
https://raw.githubusercontent.com/api-evangelist/dropbox-sign/refs/heads/main/apis.yml