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
      • GETGet Account
      • PUTUpdate Account
      • POSTCreate Account
      • POSTVerify Account
    • Signature Request
    • Template
    • Bulk Send Job
    • Report
    • Team
    • Unclaimed Draft
    • Embedded
    • API App
    • Fax
    • Fax Line
  • Manual Reference Pages
    • Warnings and Errors
    • Constants
    • Search
    • Premium Branding
    • Expiration
LogoLogo
Dropbox Sign WebSDKsSign Up
On this page
  • Account Endpoints
API Reference

Account

||View as Markdown|
Was this page helpful?
Previous

Authentication

Next

Get Account

Built with

The Account endpoints are primarily used to manage the accounts on your Dropbox Sign team. These methods can be used to create, delete, or verify a given account.

In addition to account management, you can also use the Account object to monitor your account’s signature request usage in relation to your signature request quota.

Dropbox Sign offers an Account Creation Flow to help facilitate OAuth for new users.

The Account object returned by the account endpoints contains useful information including account_id, which can be passed in with requests to list endpoints and will return the resources that account has access to:

  • /signature_request/list
  • /template/list

Account Endpoints

SummaryEndpointDescription
Get AccountGET
/account
Returns the properties and settings of your Account.
Update AccountPUT
/account
Updates the properties and settings of your Account.
Create Account/account/createCreates a new Dropbox Sign Account that is associated with the specified email_address.
Verify Account/account/verifyVerifies whether an Dropbox Sign Account exists for the given email address.