For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dropbox Sign WebSDKsSign Up
DocumentationAPIChangelog
DocumentationAPIChangelog
  • API Quickstart
  • API Reference
    • Welcome
    • Authentication
    • Account
    • Signature Request
    • Template
    • Bulk Send Job
    • Report
    • Team
    • Unclaimed Draft
    • Embedded
    • API App
    • Fax
    • Fax Line
      • POSTAccount Callbacks
      • POSTApp Callbacks
  • Manual Reference Pages
    • Warnings and Errors
    • Constants
    • Search
    • Premium Branding
    • Expiration
LogoLogo
Dropbox Sign WebSDKsSign Up
API ReferenceEvents

App Callbacks

||View as Markdown|
Payload
1{
2 "event": {
3 "event_time": "1348177752",
4 "event_type": "account_confirmed",
5 "event_hash": "3a31324d1919d7cdc849ff407adf38fc01e01107d9400b028ff8c892469ca947",
6 "event_metadata": {
7 "reported_for_app_id": "5b6eac0ac5f82db0cf5f394ce4f6b150"
8 }
9 },
10 "account": {
11 "account_id": "5008b25c7f67153e57d5a357b1687968068fb465",
12 "email_address": "me@dropboxsign.com",
13 "is_locked": false,
14 "is_paid_hs": true,
15 "is_paid_hf": false,
16 "quotas": {
17 "api_signature_requests_left": 1250
18 }
19 }
20}
This type of callback URL is set up at the API app level. API apps are used to identify a partner integration and configure embedded flows ([embedded signing](/docs/walkthroughs/embedded-signing), [embedded requesting](/docs/walkthroughs/embedded-requesting), and [embedded templates](/docs/walkthroughs/embedded-templates)) and [OAuth providers](/docs/guides/o-auth/overview) All events that involve signature requests created by an API app are reported to this URL. The event will include a `client_id` field to indicate which app the event is being reported for, which allows multiple API apps to share the same callback URL. You can manage your apps and their callbacks from the [settings page](https://app.hellosign.com/home/myAccount#api).
Was this page helpful?
Previous

Account Callbacks

Next

Warnings and Errors

Built with

This type of callback URL is set up at the API app level. API apps are used to identify a partner integration and configure embedded flows (embedded signing, embedded requesting, and embedded templates) and OAuth providers

All events that involve signature requests created by an API app are reported to this URL. The event will include a client_id field to indicate which app the event is being reported for, which allows multiple API apps to share the same callback URL.

You can manage your apps and their callbacks from the settings page.

Payload

The payload of this webhook request is a multipart form.
eventobjectRequired
accountobjectOptional
signature_requestobjectOptional
templateobjectOptional

Response

200
successful operation