Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Dropbox Sign Account API

The Account API from Dropbox Sign — 3 operation(s) for account.

Dropbox Sign Account API is one of 6 APIs that Dropbox Sign publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 4 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against a single base URL, https://api.hellosign.com/v3.

4 operations 3 paths 0 schemas 1 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://api.hellosign.com/v3
Authentication
HTTP Basic, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Dropbox Sign Account API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (apiKey). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 5 scopes. By default, every request must be authenticated.

  • apiKey — Dropbox Sign API key used as Basic auth username with empty password

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 1 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Account 4
POST
/account/create
Create a new account on Dropbox Sign
createAccount → 200
GET
/account
Get the authenticated account
getAccount → 200
PUT
/account
Update the authenticated account
updateAccount → 200
POST
/account/verify
Verify whether an email belongs to an existing account
verifyAccount → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dropbox-sign-account-api-openapi.yml Raw ↑

Other APIs Dropbox Sign publishes across the network.

Dropbox Sign Events and Callbacks API
Dropbox Sign API App API
Dropbox Sign Bulk Send Job API
Dropbox Sign Embedded API
Dropbox Sign Fax API