Verification
A verification is the core of an identity attempt. When verifying an identity through multiple products (for example, Document Verification and Telecom Verification), the verification_id ties those requests together.
Watch the verification demo for a walkthrough.
Create new verification
POST /api/v2/verification
Creates a new verification. There are no required parameters for this endpoint.
Parameters
Example request
Example
Example response
200 OK
Verification status
GET /api/v2/verification/:verification_id
Returns a verification and all of its associated transactions.
Mock requests are not valid for this endpoint.
Parameters
Example request
Example
Example response
200 OK
Error responses
403 Forbidden
Example