Vouch logoVouch documentation
Examples

Example of integration with Vouch

🧪 Try it out!

Prerequisite

To run the following example, please make sure you have vlayer extension installed.

Example of integration with Vouch

This document provides a step-by-step guide on how to integrate your application with Vouch.

Step 1: Redirect user to Vouch

The first step to trigger web proof generation is to redirect the user to the app.getvouch.io.

This button will open the Vouch application in a new tab with the following parameters:

Query ParamDescriptionValue
requestIdUnique identifier for the request650c70f7-ff4b-4ed6-9ee7-60cdab45f9b8
customerIdUUID of the selected customer app1be03be8-5014-413c-835a-feddf4020da2
datasourceIdUUID of the selected datasource1cb27231-a559-4f19-8929-463ed90446dd
inputsBase64 encoded datasource params: {"twitter_username":"zkmarek"}eyJ0d2l0dGVyX3VzZXJuYW1lIjoiemttYXJlayJ9
redirectBackUrlURL to redirect the user back to your apphttp://localhost:3000/examples/integration?requestId=650c70f7-ff4b-4ed6-9ee7-60cdab45f9b8
webhookUrlPOST URL to send the WebProofhttps://docs.getvouch.io/api/web-proof/650c70f7-ff4b-4ed6-9ee7-60cdab45f9b8
Generate proof of Twitter following

On this page