v1
latestOpenAPI 3.1.02026-07-263847150.4 KBInitiate Flow
Fetch the user token/launch URL needed to start the identity verification flow on frontend. Additional details passed in this API will be stored and used during submission processing.
Headers
IAB Partner token generated using the Get Partner Token API
Used to identify the source of the request. Generated by IAB team. Example: CLIENT_X-WEB_SDK-STANDALONE_IDENTITY_VERIFICATION
User ID of the current session. IAB will tie this info to the resulting submission ID.
Detailed name of the User ID. IAB will tie this info to the resulting submission ID.
Session ID of the current session (generated by partner) that can be used as a correlation ID. Should be uniquely generated for each invocation. Acts as idempotency ID between Partner BE and IAB BE.
Request body
Example request
{
"additionalDetails": {
"email": "abc@xyz.com",
"phoneNumber": "628188888889"
}
}Response
Successfully initiated flow
Example response
{
"success": true,
"data": {
"expirySeconds": "5184000",
"expiresAt": "1746253972"
}
}