Vouch WebApp
API for initiating a Vouch session
Start a Vouch session
Initiates a Vouch session with the specified parameters.
Query Parameters
requestId
RequiredstringUnique identifier for the request. Used to uniquely identify the current request or session, ensuring that it can be traced back or referenced as needed. Webhook will use this requestId to enable customer server to correlate vouch requests.
"uuid"
datasourceId
RequiredstringThis identifier references the specific data source that is desired.
"uuid"
customerId
RequiredstringThis identifier references the specific customer app that requests tha proof.
"uuid"
inputs
RequiredstringProof request params/inputs.
"byte"
redirectBackUrl
RequiredstringA URL that specifies where the user should be redirected after completing a Web Proof generation.
"uri"
webhookUrl
RequiredstringA URL that points to the webhook endpoint in your application. This URL will be used to send you the Web Proof generated by the user.
"uri"
Redirect to the specified URL.