Integration guide
This document will guide you through the configuration and implementation steps that are necessary in order for your backend to be able to retrieve and send documents for users to electronically sign.
The integration steps are as follows:
Step 1 -Authentication
Step 2 -Create envelope request
Step 3 -Get / Archive documents
The Yoti Sign endpoints are listed below:
Environment | URL |
---|---|
Sandbox | https://demo.api.yotisign.com |
Production | https://api.yotisign.com |
Authentication token
Yoti Sign uses an HTTP authentication scheme called ‘bearer authentication’. This involves security tokens called ‘bearer tokens’. They are the predominant type of access token used with OAuth 2.0. A resource should interpret a bearer token as "Give the bearer of this token access". The client must send this token in the Authorization header when making requests to protected resources.
If you believe your API key has been compromised, please contact us as soon as possible. This can be done through your account manager or via our support channel by emailing clientsupport@yoti.com.