Create an Instant Verification
Instant Verification
Create an Instant Verification
Submit a new instant verification request for employment and income data
POST
Create an Instant Verification
Description
Submit a new instant verification request by providing the subject’s personal information and address history. The API will return the verification object with a status ofprocessing while results are being compiled.
Authentication
This endpoint requires API credentials to be provided in the request header:- X-Access-Client-ID (header)
- X-Access-Secret (header)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
subject | object | Yes | The person to verify |
subject.first_name | string | Yes | First name of the subject |
subject.last_name | string | Yes | Last name of the subject |
subject.date_of_birth | date | Yes | Date of birth in YYYY-MM-DD format |
subject.ssn | string | No | Social Security Number, last 4 digits or full |
addresses | array | Yes | At least one address entry |
addresses[].street | string | Yes | Street address |
addresses[].city | string | Yes | City |
addresses[].state | string | Yes | State |
addresses[].zip | string | Yes | Zip code |
addresses[].country | string | No | Country (default: “US”) |
addresses[].from_date | date | Yes | Date the subject began residing at this address |
addresses[].to_date | date | No | Date the subject left this address (null if current) |
tracking_info | string | No | Client-side tracking reference |
Response
Returns a201 Created response with the Instant Verification object. The status field will be processing and results will be null until verification completes.
Example Request
Example Response
Related Endpoints
- Instant Verification object - Object attributes and data structure
- Retrieve an instant verification - GET endpoint for retrieving a verification
- List all instant verifications - GET endpoint for listing verifications
- Instant Verification webhooks - Webhook notifications for verification events