Docusign Click API

Number of APIs: 40

Docusign Elastic Signing lets you capture consent to standard agreement terms with a single click: terms and conditions, terms of service, terms of use, privacy policies, and more. The Click API lets you include this customizable solution in your Docusign integrations.

Additional Resources:

  1. Accounts - Deletes the clickwrap and all its version specified by clickwrapId. Active clickwrap will not get deleted DELETE https://{{hostenv}}/clickapi/v1/accounts/{{accountId}}/clickwraps/{{clickwrapId}}?versions={{versions}}

  2. Accounts - Checks if a user has agreed to a clickwrap and returns a response with the agreement url. Returns HttpStatusCode.OK if user has no pending agreement. POST https://{{hostenv}}/clickapi/v1/accounts/{{accountId}}/clickwraps/{{clickwrapId}}/agreements

  3. Accounts - Deletes the versions specified by query parameter clickwrapVersionIds for a clickwrap, or all versions if no query parameter is specified. It will not delete if a version is active. DELETE https://{{hostenv}}/clickapi/v1/accounts/{{accountId}}/clickwraps/{{clickwrapId}}/versions?clickwrapVersionIds={{clickwrapVersionIds}}

  4. Accounts - Creates the clickwrap version POST https://{{hostenv}}/clickapi/v1/accounts/{{accountId}}/clickwraps/{{clickwrapId}}/versions

  5. Accounts - Updates the clickwrap version specified by versionId PUT https://{{hostenv}}/clickapi/v1/accounts/{{accountId}}/clickwraps/{{clickwrapId}}/versions/{{versionId}}

  6. Accounts - Delete a Clickwrap version specified by versionId DELETE https://{{hostenv}}/clickapi/v1/accounts/{{accountId}}/clickwraps/{{clickwrapId}}/versions/{{versionId}}

  7. Accounts - Provides base service and version access information. GET https://{{hostenv}}/clickapi/service_information

  8. Accounts - Gets the Clickwraps for an account GET https://{{hostenv}}/clickapi/v1/accounts/{{accountId}}/clickwraps?from_date={{from_date}}&ownerUserId={{ownerUserId}}&page_number={{page_number}}&status={{status}}&to_date={{to_date}}

  9. Accounts - Creates a Clickwrap for the specified accountId POST https://{{hostenv}}/clickapi/v1/accounts/{{accountId}}/clickwraps

  10. Accounts - Deletes all the clickwraps for an account or the ones passed in query parameter clickwrapIds. It will not delete active clickwraps. DELETE https://{{hostenv}}/clickapi/v1/accounts/{{accountId}}/clickwraps?clickwrapIds={{clickwrapIds}}