Complete Identity Verification with SDK
GET /v1/user/{user_api_key_id}/identity-verification-session/36{
"Response": [
{
"IdentityVerificationSessionIncode": {
"id": 36,
"created": "2025-10-31 16:38:53.872547",
"updated": "2025-10-31 16:38:53.872547",
"purpose": "VERIFICATION",
"applicant_identifier_external": null,
"session_identifier_external": "incode_token",
"country": "NL",
"status": "CREATED",
"token": "token_value_123",
"url_api": "https://demo-api.incodesmile.com/0/",
"should_record_session": true,
"result": null
}
}
]
}Step 3: Pass the information to the SDK
Step 4: Keep polling until the result is completed
Last updated
Was this helpful?