Docusign Click Rest Swagger V2
Connector for the docusign-click-rest-swagger-v2 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.demo.docusign.net/clickapi - Auth:
bearer(pass your key via theapiKeyinput)
Operations
serviceinformation_getserviceinformation— GET /service_information — Gets the current version and other information about the Click API.clickwraps_getclickwraps— GET /v1/accounts/{accountId}/clickwraps — Gets all the clickwraps for an account.clickwraps_getclickwrap— GET /v1/accounts/{accountId}/clickwraps/{clickwrapId} — Gets a single clickwrap object.useragreements_getagreement— GET /v1/accounts/{accountId}/clickwraps/{clickwrapId}/agreements/{agreementId} — Gets a specific agreement for a specified clickwrap.useragreements_getagreementpdf— GET /v1/accounts/{accountId}/clickwraps/{clickwrapId}/agreements/{agreementId}/download — Gets the completed user agreement PDF.useragreements_getclickwrapagreements— GET /v1/accounts/{accountId}/clickwraps/{clickwrapId}/users — Get user agreements
Inputs
apiKey— your docusign-click-rest-swagger-v2 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: serviceinformation_getserviceinformation
apiKey: <your key>