Make an authenticated HTTP request to the docusign API.

Options:

  • Request Type (dropdown)
    • GET
    • POST
    • PUT
    • PATCH
    • DELETE

Inputs:

  • Request
    • URL
      • This URL includes the base string, e.g. “https://demo.docusign.net/restapi/v2/accounts/{accountId}". A call to the “/oauth/userinfo” route with the base URL used in the “Account” field when creating a new connection to Docusign will return an array of accounts that each have a field called “base_uri” – try using this base URL if you are having trouble making calls to the API.
    • Query
    • Headers
    • Body
      • This field will not be available for GET requests

Outputs:

  • Response
    • Status Code (number)
    • Headers (object)
    • Body (object)