Docusign Esignature Rest Swagger V2
Connector for the docusign-esignature-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/restapi - Auth:
bearer(pass your key via theapiKeyinput)
Operations
serviceinformation_getserviceinformation— GET /service_information — Retrieves the available REST API versions.serviceinformation_getresourceinformation— GET /v2 — Lists resources for REST version specifiedaccounts_getaccount— GET /v2/accounts/{accountId} — Retrieves the account information for the specified account.billingcharges_getaccountbillingcharges— GET /v2/accounts/{accountId}/billing_charges — Gets list of recurring and usage charges for the account.billinginvoices_getbillinginvoices— GET /v2/accounts/{accountId}/billing_invoices — Get a List of Billing Invoicesbillinginvoices_getbillinginvoice— GET /v2/accounts/{accountId}/billing_invoices/{invoiceId} — Retrieves a billing invoice.
Inputs
apiKey— your docusign-esignature-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>