Security & Compliance
Security & Compliance
Security & Compliance
Authentication, security features, and compliance-related concepts in Dropbox Sign.
Brief: The ways identity is proven when making API requests to Dropbox Sign.
An API key identifies an account and grants full access to that account’s Dropbox Sign resources.
Usage:
Note the colon after the API key with no password — this is HTTP Basic Auth with the API key as the username.
Key Facts:
OAuth tokens allow an application to act on behalf of other users who have granted permission.
Usage:
Key Facts:
Related docs: See the API authentication reference for API key and OAuth setup.
Brief: A tamper-evident record of all actions taken on a Signature Request, proving who did what and when.
Description: Every Signature Request generates an Audit Trail — a detailed log of all events from creation to completion. It is embedded in the final PDF as additional pages and provides legal evidence of the signing process. Automatically generated and cannot be modified.
What the Audit Trail Records:
Key Facts:
Brief: A higher standard of electronic signature meeting EU eIDAS regulation requirements, providing the legal equivalent of a handwritten signature in Europe.
How QES Differs from Standard E-Signatures:
Brief: Limits on signature requests and API calls based on the Subscription plan.
Description: Dropbox Sign enforces quotas on signature requests and rate limits on API calls. These are determined by the Subscription plan.
Quota Types:
Key Behaviors:
Handling Rate Limits:
X-Ratelimit-Limit and X-Ratelimit-Remaining response headersRetry-After header)Important Distinctions:
Related docs: See Warnings and Errors for error responses.