Submit a new instant verification request for employment and income data
processing while results are being compiled.
| 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 |
201 Created response with the Instant Verification object. The status field will be processing and results will be null until verification completes.