How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Docusign Accounts API

The Accounts resource provides methods that allow you to create, delete, and manage your accounts.

Docusign Accounts API is one of 134 APIs that Docusign publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Account. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, a JSON-LD context, a getting-started guide, rate-limit docs, and 1 JSON Schema.

This API exposes 14 operations across 11 paths, and defines 48 schemas. It is described by OpenAPI 3.2.0, at version v2.

Requests are made against 2 base URLs: https://www.docusign.net/restapi, https://rooms.docusign.com/restapi.

14 operations 11 paths 48 schemas 2 DELETE9 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v2
Base URL
https://demo.docusign.net/restapi
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Docusign Accounts API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer).

  • Bearer — JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Paths & Operations 14

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

Accounts 14

The Accounts resource provides methods that allow you to create, delete, and manage your accounts.

POST
/v2/accounts
Docusign Creates new accounts.
Accounts_PostAccounts 1 param body → 201400
GET
/v2/accounts/{accountId}
Docusign Retrieves the account information for the specified account.
Accounts_GetAccount 2 params → 200400
DELETE
/v2/accounts/{accountId}
Docusign Deletes the specified account.
Accounts_DeleteAccount 1 param → 200400
GET
/v2/accounts/{accountId}/billing_charges
Docusign Gets list of recurring and usage charges for the account.
BillingCharges_GetAccountBillingCharges 2 params → 200400
DELETE
/v2/accounts/{accountId}/captive_recipients/{recipientPart}
Docusign Deletes the signature for one or more captive recipient records.
CaptiveRecipients_DeleteCaptiveRecipientsPart 2 params body → 200400
GET
/v2/accounts/{accountId}/recipient_names
Docusign Gets recipient names associated with an email address.
RecipientNames_GetRecipientNames 2 params → 200400
GET
/v2/accounts/{accountId}/settings
Docusign Gets account settings information.
Settings_GetSettings 1 param → 200400
PUT
/v2/accounts/{accountId}/settings
Docusign Updates the account settings for an account.
Settings_PutSettings 1 param body → 200400
GET
/v2/accounts/{accountId}/shared_access
Docusign Reserved: Gets the shared item status for one or more users.
SharedAccess_GetSharedAccess 9 params → 200400
PUT
/v2/accounts/{accountId}/shared_access
Docusign Reserved: Sets the shared access information for users.
SharedAccess_PutSharedAccess 3 params body → 200400
GET
/v2/accounts/{accountId}/supported_languages
Docusign List supported languages for the recipient language setting
SupportedLanguages_GetSupportedLanguages 1 param → 200400
GET
/v2/accounts/{accountId}/unsupported_file_types
Docusign Gets a list of unsupported file types.
UnsupportedFileTypes_GetUnsupportedFileTypes 1 param → 200400
GET
/v2/accounts/provisioning
Docusign Retrieves the account provisioning information for the account.
Accounts_GetProvisioning → 200400
GET
/v2/organization_exports/{organizationId}/account_settings/{resultId}
OrganizationExports_GetAccountSettingsExport 2 params → 200400

Schemas 48

The contract defines 48 schemas that model the data the API accepts and returns. The most detailed are userInformation (38 properties), accountInformation (32 properties), userAccountManagementGranularInformation (20 properties), referralInformation (18 properties). Each schema is shown below with its type and property counts.

captiveRecipientInformation
object
1 property
fileType
object
2 properties
sharedItem
object
Information about the shared item.
3 properties
featureSet
object
9 properties
billingDiscount
object
3 properties
addressInformation
object
Contains address information.
9 properties
userAccountManagementGranularInformation
object
Describes which account management capabilities a user has.
20 properties
accountInformation
object
32 properties
userInformation
object
38 properties
paymentProcessorInformation
object
3 properties
newAccountDefinition
object
12 properties
billingChargeResponse
object
Defines a billing charge response object.
1 property
billingCharge
object
Contains information about a billing charge.
13 properties
province
object
2 properties
billingPlanPreview
object
Contains information about a preview billing plan.
6 properties
accountAddress
object
Contains information about an account address.
12 properties
fileTypeList
object
1 property
userSharedItem
object
Information about a shared item.
3 properties
nameValue
object
4 properties
userInfo
object
10 properties
forgottenPasswordInformation
object
A complex element that has up to four Question/Answer pairs for forgotten password information.
8 properties
socialAccountInformation
object
5 properties
accountSettingsInformation
object
Contains account settings information.
1 property
referralInformation
object
A complex type that contains the following information for entering referral and discount information. The following items are included in the referral informa…
18 properties
memberGroupSharedItem
object
Information about items shared among groups.
3 properties
memberSharedItems
object
Information about shared items.
4 properties
planInformation
object
An object used to identify the features and attributes of the account being created.
6 properties
supportedLanguages
object
1 property
accountSharedAccess
object
Contains shared access information.
9 properties
errorDetails
object
This object describes errors that occur. It is only valid for responses, and ignored in requests.
2 properties
settingsMetadata
object
6 properties
country
object
4 properties
billingInvoice
object
10 properties
addressInformation_v2
object
8 properties
addOn
object
Contains information about add ons.
4 properties
newAccountSummary
object
7 properties
billingPrice
object
3 properties
currencyFeatureSetPrice
object
5 properties
creditCardInformation
object
6 properties
captiveRecipient
object
4 properties
provisioningInformation
object
7 properties
recipientDomain
object
4 properties
templateSharedItem
object
Information about shared templates.
7 properties
billingInvoiceItem
object
Contains information about an item on a billing invoice.
5 properties
recipientNamesResponse
object
3 properties
group
object
Information about groups.
6 properties
AccountSummary
object
Contains details about a company account.
6 properties
ApiError
object
This object describes errors that occur. It is valid only for responses and ignored in requests.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

docusign-accounts-api-openapi.yml Raw ↑

Other APIs Docusign publishes across the network.

Docusign Web Forms API
Docusign Notary API
Docusign Navigator API
Docusign Workspaces API
Docusign CLM API
Docusign Connected Fields API
Docusign AccountBrands API
Docusign AccountConsumerDisclosures API
Docusign AccountCustomFields API
Docusign AccountPasswordRules API
Docusign AccountPermissionProfiles API
Docusign AccountSealProviders API
Where this information came from

This is an independent, third-party profile of Docusign Accounts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.