You can start handling real verifications with Vouchsafe without needing to use our API.

It takes about 5 minutes. Here’s how:

https://youtu.be/KLCNJ1NZERk

1. Get your team’s shareable link

image.png

Copy your team’s shareable link from the the Vouchsafe dashboard.

You can find this by selecting Verifications in the left sidebar, then selecting the blue Share link button.

The link will look something like this:

app.vouchsafe.id/verify?publicToken=YOUR_PUBLIC_TOKEN_HERE

The public token lets us attribute verifications to your team.

2. Add it to your onboarding flow

image.png

You can embed the link anywhere where you want users to be verified.

You can help users by inserting the user’s email in the URL as a query parameter. This means we don’t need to ask the user to enter it.

app.vouchsafe.id/verify?publicToken=YOUR_PUBLIC_TOKEN_HERE**&[email protected]**

3. Review verifications and take follow-up actions

image.png

You can review the verifications in the Vouchsafe dashboard.

You can also use a service like Zapier to receive webhooks and take actions whenever a verification starts or finishes. Provide Zapier’s webhook URL in your Vouchsafe settings.

<aside> 📌 Tip: If you need more customisation, use our integration quick start guide.

</aside>