If you want to use the eSign Service API from the Swagger page or from your own HTTP client (Postman, Insomnia, etc.), then you will need an auth token.
You can use this demo page to generate an auth token that is valid for Pre-Prod environments. Clicking on Generate above will give you a token that is valid for 120 minutes.
This is a bearer token, and if you are writing your HTTP headers manually, you can write:Authorization: Bearer YourTokenGoesHere
Here are IDs and basic data from the document that was just created.
| Document Packet ID | none |
|---|---|
| Document ID | none |
| Manager Party ID | none |
| Tenant Party ID | none |
This link opens the page that the manager would see when signing the current document.
That page might be embedded within another page in the real UX.
This link opens the page that the tenant would see when signing the current document.
That page might be embedded within another page in the real UX.
Creates an invitation for the tenant to sign. Then a URL is produced and the tenant could sign by visiting the URL.
You could create multiple invitations for the same tenant & document using this demo page, and then only the most recent one is represented in the below stages & links. The earlier ones would be lost to history.
When creating the document using the API, you can set "policies," including whether an invitation is required for signing. For this demo page, that policy is not set; invitations are not required for signing.
Follows the link generated above, similar to clicking on a magic link within an email.
Invalidates the above link.
This is the body of the HTTP request sent by this demo page to the eSign Service when preparing the most recent Document.
This will download the current document.
If the document has been completed by all parties, it will be downloaded to your computer.