Essentials
Identity Verification
Identity Verification API Documentation
Phone Status Check - Detailed Documentation
The Identity Verification API is designed to verify identity information against stored data records from various databases. It provides a reliable way to ensure identity verification based on multiple data points, including personal information and address details.
API Playground:
You can try the identity verify endpoint here.
Endpoints Overview
- Verify Identity: Verify identity information by matching it against external and internal databases.
Authentication
To access the Address Verification API, authentication is required. A Bearer Token must be included in every request.
- Tokens are valid for 60 minutes and must be refreshed after expiration.
- Refer to the Authentication for detailed steps on obtaining a token.
- Include the token in the
Authorization
header as follows:
Authorization: Bearer YOUR_ACCESS_TOKEN
API Base URL
1. Verify Identity
Endpoint
POST /identity/verify
Description
This endpoint verifies identity information by matching it against external and internal databases.
Required Headers
Header | Value |
---|---|
Content-Type | application/json |
Authorization | Bearer yourAccessToken |
Request Body Parameters
Response Structure
Response Codes
Code | Description |
---|---|
200 | Successfully retrieved the verification results. Returns the verification data including total score and details of matches from various data sources. |
400 | Invalid request provided. |
401 | Authorization information is missing or invalid. |
Global Result Table
Field | Type | Description |
---|---|---|
totalScore | integer | Aggregate score from the verification process. Values include: |
0 | integer | Verification failed. |
50 | integer | No match found. |
75 | integer | Partial match, review needed. |
100 | integer | Verification successful. |