Postman collection
Installing the Postman collection
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
baseUrl
: https://api-sandbox.yousign.app/v3 (Sandbox) or https://api.yousign.app/v3 (Production)apiKey
: API Key corresponding to the targeted environment, found in your API Keys DashboardbrandingId
: ID of the Branding to be used, found in your Branding Dashboard
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 documentId
will be set with the ID of the created document) which enables you tou easily chain you requests without copy pasting the IDs.
Updated 7 months ago