No Code

Enable a no code verification into your application

The web application flow to authorize users for your app is:

  1. Users are redirected to request their identity verification data

  2. Users are redirected back to your site by Verisync

  3. Webhook is sent to you about the user verifications data

1. Request a user's identity verification data

GET https://app.verisync.co/synchronizer/authorize?flow_id=:flow_id&client_id=:client_id&redirect_url=:redirect_url&metadata=:metadata

Parameter name
Type
Required
Description

flow_id

string

true

The id of the flow created of the request user info

client_id

string

true

The client ID you received from Verisync it's on your dashboard integration page

redirect_url

string

true

The URL where your users will be sent after authorization.

email

string

false

The user email address

metadata

object

false

Stringified JSON object of custom data.

Last updated