Beta
Create an identity verification and an initial attempt.If successful, you receive a 201 Created response and the identity verification resource, which contains the attempt URL.
Ensure you use your identity verification configuration ID.
Identity verification and attempt created successfully
{- "declared_data": {
- "name": "Hannah Bret"
},
}{- "id": "idv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "status": "pending",
- "response_codes": [ ],
- "risk_labels": [ ],
- "declared_data": {
- "name": "Hannah Bret"
}, - "documents": [ ],
- "_links": {
}
}Beta
Create an identity verification linked to an applicant.If successful, you receive a 201 Created response with the identity verification resource.
Ensure you use your identity verification configuration ID.
Identity verification created successfully
Bad Request
Unauthorized
Unprocessable Content
Internal Server Error
Service Unavailable
{- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "declared_data": {
- "name": "Hannah Bret"
},
}{- "id": "idv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "status": "pending",
- "response_codes": [ ],
- "risk_labels": [ ],
- "declared_data": {
- "name": "Hannah Bret"
}, - "documents": [
- {
- "full_name": "Hannah Bret",
- "birth_date": "1934-10-02",
- "document_type": "ID",
- "document_issuing_country": "US",
}
], - "_links": {
- "applicant": {
}
}
}Beta
Get the details of an existing identity verification.Identity verification retrieved successfully
Unauthorized
Internal Server Error
Service Unavailable
{- "id": "idv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "status": "approved",
- "response_codes": [
- {
- "code": 10000,
- "summary": "approved"
}
], - "risk_labels": [
- "multiple_faces_detected"
], - "verified_identity": {
- "full_name": "Hannah Bret",
- "birth_date": "1934-10-02"
}, - "declared_data": {
- "name": "Hannah Bret"
}, - "documents": [
- {
- "full_name": "Hannah Bret",
- "birth_date": "1934-10-02",
- "document_type": "ID",
- "document_issuing_country": "US",
}
], - "_links": {
- "applicant": {
}
}
}Beta
Remove the personal data in an identity verification.Personal data removed successfully
Unauthorized
Not Found
Unprocessable Content
Internal Server Error
Service Unavailable
{- "id": "idv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "status": "approved",
- "response_codes": [
- {
- "code": 10000,
- "summary": "approved"
}
], - "risk_labels": [
- "multiple_faces_detected"
], - "declared_data": {
- "name": "Hannah Bret"
}, - "documents": [
- {
- "full_name": "Hannah Bret",
- "birth_date": "1934-10-02",
- "document_type": "ID",
- "document_issuing_country": "US",
}
], - "_links": {
- "applicant": {
}
}
}Beta
Create an identity verification attempt.If you've already created an attempt for this verification, the verification status must be one of the following:
createdpendingcapture_in_progressretry_requiredIf you create a new attempt while the status is any other value, you receive a 409 Conflict response.
Identity verification attempt created successfully
Not Found
Conflict
Internal Server Error
{- "id": "iatp_tkoi5db4hryu5cei5vwoabrPoQ",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "client_information": {
- "pre_selected_residence_country": "FR",
- "pre_selected_language": "en-US"
}, - "applicant_session_information": {
- "ip_address": "123.123.123.01"
}, - "status": "pending_redirection",
- "response_codes": [ ],
- "_links": {
}
}Beta
Get all the attempts for a specific identity verification.Identity verification attempts retrieved successfully
Not Found
Internal Server Error
{- "total_count": 2,
- "skip": 10,
- "limit": 10,
- "data": [
- {
- "id": "iatp_tkoi5db4hryu5cei5vwoabrPoQ",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "completed",
- "response_codes": [ ],
- "applicant_session_information": {
- "ip_address": "123.123.123.01"
},
}
], - "_links": {
}
}Beta
Get the details of a specific attempt for an identity verification.Identity verification attempt retrieved successfully
Not Found
Internal Server Error
{- "id": "iatp_tkoi5db4hryu5cei5vwoabrPoQ",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "capture_in_progress",
- "client_information": {
- "pre_selected_residence_country": "FR",
- "pre_selected_language": "en-US"
}, - "applicant_session_information": {
- "ip_address": "123.123.123.01",
- "selected_documents": [
- {
- "country": "FR",
- "document_type": "Passport"
}
]
}, - "response_codes": [ ],
- "_links": {
}
}Beta
Get the report with the full details of an identity verification in PDF format.The report is only available when the verification status is approved or declined, and you've received an Identity verification report created webhook.
Identity verification report retrieved successfully
Not Found
Internal Server Error
Service Unavailable
{
}