This glossary defines the core domain concepts used throughout the Dropbox Sign API. It provides clear definitions, relationships, and disambiguation for all key terms.
Note: Customers sometimes say “Document ID” when they mean the
signature_request_idused by Signature Request endpoints. Internally, a Document is a file within a Signature Request or Template, so do not treat customer shorthand as proof that they mean an individual file object.
Note: Merge Fields are placeholders defined in Templates. Custom Fields provide the actual values for those placeholders at send time. Despite being different concepts, merge field values are passed via the
custom_fieldsAPI parameter.
The team hierarchy has a maximum depth of 3 levels: Organization → Team → Sub Team.
Test Mode is a per-request flag, not a separate environment. There is no isolated “sandbox” — test and production requests coexist in the same account. Set test_mode: 1 in the request body to create test requests. Remove the parameter (or set to 0) for production requests.