Postman collection

Installing the Postman collection

Run in Postman

Follow the Run in Postman link, you will be able to import or fork the collection. If you don't have Postman installed, you can get it from the Postman apps page.

Set-up your environment

1151 799

Executing the API requests

You will find all the examples of the Quickstart in the dedicated folders.

Some of the request are configured with dynamic variable, mainly those using IDs generated by previous requests:

  • documentId
  • signatureRequestId

Those variables are automatically updated each time a new object is created (for instance when uploading a document the documentIdwill be set with the ID of the created document) which enables you tou easily chain you requests without copy pasting the IDs.