Dropbox Sign/accountVerify

Preview only · details below

Dropbox SignDropbox Sign eSignature API

POST/account/verify

Verify Account

Verifies whether an Dropbox Sign Account exists for the given email address.

Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.

Request

operationId
accountVerify
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

No URL, query, or header parameters.

Request body

AccountVerifyRequestrequired

Content-Type: application/json

Properties: email_address

{
  "email_address": "developer@example.com"
}

Responses

200

AccountVerifyResponseapplication/json

successful operation

Properties: accountwarnings

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "account": {
    "email_address": "developer@example.com"
  },
  "warnings": [
    {
      "warning_name": "Example Name"
    }
  ]
}