Skip to content
Languages
Servers

https://api.kycaid.com/

Operations

🇮🇳 India

🇮🇳 India

Operations

🇰🇿 Kazakhstan

🇰🇿 Kazakhstan

Operations

🇲🇽 Mexico

🇲🇽 Mexico

Operations

🇳🇬 Nigeria

🇳🇬 Nigeria

Operations

🇵🇪 Peru

🇵🇪 Peru

Operations

🇹🇷 Turkey

🇹🇷 Turkey

Operations

🇺🇦 Ukraine

🇺🇦 Ukraine

Operations

🇺🇸 USA

🇺🇸 USA

Operations

Request

The USA eIDV (electronic Identity Verification) service provides automated, remote identity verification for individuals within the United States. It utilizes a person's first name, last name, and date of birth to check against official records. The service returns a match score along with a detailed description of the verification outcome, enabling quick and reliable identity checks.

Security
your_api_key
Bodyapplication/json
first_namestring or null(name)[ 2 .. 64 ] characters^[a-zA-Z ,.''-]{1,64}$

The first name of a person

last_namestring or null(name)[ 2 .. 64 ] characters^[a-zA-Z ,.''-]{1,64}$

The last name of a person

dobstring or null(date)

The date of birth of a person, formatted according to ISO 8601

application/json
{ "first_name": "Josh", "last_name": "Coffey", "dob": "1976-02-21" }

Responses

OK

The request was successful, and our system returned an expected response.

Bodyapplication/json
dataobject
Response
application/json
{ "data": { "score": 80, "score_descriptions": [ null, "FULL_NAME_MATCH", "FULL_DOB_MATCH", null, null, null, null, null, null ], "address_match_type": null, "name_match_type": "MATCH", "dob_match_type": "MATCH", "phone_match_type": "NO_MATCH", "email_match_type": "NO_MATCH", "ssn_match_type": "NO_MATCH", "city_match_type": null, "zip_match_type": null, "state_match_type": null, "driver_license_match_type": "NO_MATCH" } }