Identity Verification - 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:
- /identity/verify
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
Authorizationheader as follows:
API Base URL
Production:
Sandbox:
1. Verify Identity
Endpoint
POST/identity/verify
Description
This endpoint verifies identity information by matching it against external and internal databases.Required Headers
Request Body Parameters
Request Body Parameters
Request Body Parameters
Response Structure
Response Structure
Response Structure