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 ClickWraps API

The ClickWraps API from Docusign — 12 operation(s) for clickwraps.

Docusign ClickWraps 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 ClickWraps. 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 21 operations across 12 paths, and defines 18 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://www.docusign.net/clickapi.

21 operations 12 paths 18 schemas 5 DELETE10 GET3 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Paths & Operations 21

Across 12 paths, the API surfaces 21 operations — 5 DELETE, 10 GET, 3 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

ClickWraps 21
GET
/service_information
Docusign Gets the current version and other information about the Click API.
ServiceInformation_GetServiceInformation → 200400
GET
/v1/accounts/{accountId}/clickwraps
Docusign Gets all the clickwraps for an account.
Clickwraps_GetClickwraps 7 params → 200400
POST
/v1/accounts/{accountId}/clickwraps
Docusign Creates a clickwrap for an account.
Clickwraps_PostClickwrap 1 param body → 201400
DELETE
/v1/accounts/{accountId}/clickwraps
Docusign Deletes clickwraps for an account.
Clickwraps_DeleteClickwraps 2 params → 200400
GET
/v1/accounts/{accountId}/clickwraps/{clickwrapId}
Docusign Gets a single clickwrap object.
Clickwraps_GetClickwrap 2 params → 200400
PUT
/v1/accounts/{accountId}/clickwraps/{clickwrapId}
Docusign Updates the user ID of a clickwrap.
Clickwraps_PutClickwrap 2 params body → 200400
DELETE
/v1/accounts/{accountId}/clickwraps/{clickwrapId}
Docusign Deletes a clickwrap and all of its versions.
Clickwraps_DeleteClickwrap 3 params → 200400
POST
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/agreements
Docusign Checks if a user has agreed to a clickwrap.
UserAgreements_PostHasAgreed 2 params body → 201400
GET
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/agreements/{agreementId}
Docusign Gets a specific agreement for a specified clickwrap.
UserAgreements_GetAgreement 3 params → 200400
GET
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/agreements/{agreementId}/download
Docusign Gets the completed user agreement PDF.
UserAgreements_GetAgreementPdf 3 params → 200400
GET
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/users
Docusign Get user agreements
UserAgreements_GetClickwrapAgreements 7 params → 200400
POST
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/versions
Docusign Creates a new clickwrap version.
ClickwrapVersions_PostClickwrapVersion 2 params body → 201400
DELETE
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/versions
Docusign Deletes the versions of a clickwrap.
ClickwrapVersions_DeleteClickwrapVersions 3 params → 200400
GET
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/versions/{versionId}
Docusign Gets a specific version from a clickwrap.
ClickwrapVersions_GetClickwrapVersion 3 params → 200400
PUT
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/versions/{versionId}
Docusign Updates a specific version of a clickwrap.
ClickwrapVersions_PutClickwrapVersion 3 params body → 200400
DELETE
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/versions/{versionId}
Docusign Deletes a specific version of a clickwrap.
ClickwrapVersions_DeleteClickwrapVersion 3 params → 200400
GET
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/versions/{versionId}/users
Docusign Gets the agreement responses for a clickwrap version.
UserAgreements_GetClickwrapVersionAgreements 8 params → 200400
GET
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/versions/{versionNumber}
Docusign Gets a clickwrap version by specifying its version number.
ClickwrapVersions_GetClickwrapVersionByNumber 3 params → 200400
PUT
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/versions/{versionNumber}
Docusign Updates a clickwrap version by specifying its version number.
ClickwrapVersions_PutClickwrapVersionByNumber 3 params body → 200400
DELETE
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/versions/{versionNumber}
Docusign Deletes a clickwrap version from a clickwrap by specifying its version number.
ClickwrapVersions_DeleteClickwrapVersionByNumber 3 params → 200400
GET
/v1/accounts/{accountId}/clickwraps/{clickwrapId}/versions/{versionNumber}/users
Docusign Gets the agreement responses for a clickwrap version
UserAgreements_GetClickwrapVersionAgreementsByNumber 8 params → 200400

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are displaySettings (18 properties), userAgreementResponse (16 properties), clickwrapVersionResponse (16 properties), clickwrapVersionSummaryResponse (14 properties). Each schema is shown below with its type and property counts.

displaySettings
object
Information about how an agreement is displayed.
18 properties
userAgreementRequest
object
3 properties
serviceInformation
object
6 properties
clickwrapRequest
object
Request body for working with clickwrap.
13 properties
serviceVersion
object
2 properties
clickwrapVersionResponse
object
16 properties
clickwrapsDeleteResponse
object
1 property
errorDetails
object
Error details.
2 properties
clickwrapVersionDeleteResponse
object
13 properties
clickwrapAgreementsResponse
object
5 properties
document
object
Information about a document.
5 properties
clickwrapTransferRequest
object
2 properties
clickwrapDeleteResponse
object
5 properties
clickwrapVersionsResponse
object
4 properties
userAgreementResponse
object
16 properties
clickwrapVersionSummaryResponse
object
14 properties
clickwrapScheduledReacceptance
object
3 properties
clickwrapVersionsDeleteResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

docusign-clickwraps-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 Accounts API
Where this information came from

This is an independent, third-party profile of Docusign ClickWraps 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.