Docusign Rooms Rest Swagger V2
Connector for the docusign-rooms-rest-swagger-v2 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://demo.rooms.docusign.com/restapi - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
accounts_getaccountinformation— GET /v2/accounts/{accountId} — Gets account information.documents_getdocument— GET /v2/accounts/{accountId}/documents/{documentId} — Gets information about or the contents of a document.esignpermissionprofiles_getesignpermissionprofil— GET /v2/accounts/{accountId}/esign_permission_profiles — Gets eSignature Permission Profiles.fields_getfieldset— GET /v2/accounts/{accountId}/field_sets/{fieldSetId} — Gets a field set.formgroups_getformgroups— GET /v2/accounts/{accountId}/form_groups — Gets form groups.formgroups_getformgroup— GET /v2/accounts/{accountId}/form_groups/{formGroupId} — Gets a form group.
Inputs
apiKey— your docusign-rooms-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: accounts_getaccountinformation
apiKey: <your key>