Age Verification
Start an age-verification session
Creates a session with the active provider (iDenfy or Yoti) and returns a provider-discriminated payload used to load the verification UI. Clients that send no supportedProviders are treated as iDenfy-only.
post/v1/age-verification/session
Request body
Example request
{
"supportedProviders": [
"idenfy",
"yoti"
]
}Response
Example response
{
"provider": "idenfy",
"authToken": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...",
"sessionId": "28f83246-8977-4f74-87a4-6f23db2bd0c8",
"url": "https://age.yoti.com?sessionId=...&sdkId=..."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.