Here’s how to integrate Vouchsafe to verify the identities of your customers or users.
We provide a set of endpoints for you to request and manage verifications.
The API and sandbox endpoints are at:
https://[app.vouchsafe.id/api/v](<http://app.vouchsafe.id/api/v1>)1 # live
https://[app.vouchsafe.id/api/v](<http://app.vouchsafe.id/api/v1>)1/sandbox # sandbox
<aside> ✍️ Note: Here’s a minimal Node.js code sample showing how to interact with the API.
</aside>
Here’s how the Vouchsafe journey looks for end users:
The journey has 5 main steps:
All requests require a client ID and client secret, which you can get from the API integration page of the Vouchsafe dashboard.
You can trade these for an access token, which you then provide as a bearer token with requests.