Beta
Create a face authentication for an applicant you've previously verified using the Identity Verification solution.Ensure you use your Face Authentication configuration ID.
Face authentication created successfully
Bad Request
Unauthorized
Unprocessable Content
Internal Server Error
Service Unavailable
{- "user_journey_id": "usj_t5bdzsdmi57ehhkrnmp5omjimu",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we"
}{- "id": "fav_mtta050yudd54y5iqb5ijh8jtvz",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "status": "created",
- "response_codes": [ ],
- "risk_labels": [ ],
- "_links": {
- "applicant": {
}
}
}Beta
Get the details of a face authentication.Face authentication retrieved successfully
Unauthorized
Internal Server Error
Service Unavailable
{- "id": "fav_mtta050yudd54y5iqb5ijh8jtvz",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "user_journey_id": "usj_t5bdzsdmi57ehhkrnmp5omjimu",
- "status": "approved",
- "response_codes": [
- {
- "code": 10000,
- "summary": "approved"
}
], - "risk_labels": [
- "multiple_faces_detected"
], - "_links": {
- "applicant": {
}
}
}Beta
Remove the personal data in a face authentication.Personal data removed successfully
Unauthorized
Not Found
Unprocessable Content
Internal Server Error
Service Unavailable
{- "id": "fav_mtta050yudd54y5iqb5ijh8jtvz",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "user_journey_id": "usj_t5bdzsdmi57ehhkrnmp5omjimu",
- "status": "approved",
- "response_codes": [
- {
- "code": 10000,
- "summary": "approved"
}
], - "risk_labels": [
- "multiple_faces_detected"
], - "_links": {
- "applicant": {
}
}
}Beta
Create an attempt for a face authentication.If you've already created an attempt for this authentication, the authentication 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.
Face authentication attempt created successfully
Not Found
Conflict
Internal Server Error
{- "id": "fatp_nk1wbmmczqumwt95k3v39mhbh2w",
- "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"
}, - "status": "pending_redirection",
- "response_codes": [ ],
- "_links": {
}
}Beta
Get the details of all attempts for a specific face authentication.Face authentication attempts retrieved successfully
Not Found
Internal Server Error
{- "total_count": 2,
- "skip": 10,
- "limit": 10,
- "data": [
- {
- "id": "fatp_nk1wbmmczqumwt95k3v39mhbh2w",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "completed",
- "response_codes": [ ],
- "_links": {
}
}
], - "_links": {
}
}Beta
Get the details of a specific attempt for a face authentication.Face authentication attempt retrieved successfully
Not Found
Internal Server Error
{- "id": "fatp_nk1wbmmczqumwt95k3v39mhbh2w",
- "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"
}, - "response_codes": [ ],
- "_links": {
}
}