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(name)[ 2 .. 64 ] characters^[a-zA-Z ,.''-]{1,64}$required
Example: "Josh"
middle_namestring or null(name)[ 2 .. 64 ] characters^[a-zA-Z ,.''-]{1,64}$
last_namestring(name)[ 2 .. 64 ] characters^[a-zA-Z ,.''-]{1,64}$required
Example: "Coffey"
dobstring(date)required
Example: "1976-02-21"
addressstring or null[ 1 .. 50 ] characters
citystring or null[ 1 .. 50 ] characters
statestring or null[ 1 .. 50 ] characters
postal_codestring or null[ 1 .. 20 ] characters
phonestring or null[ 1 .. 15 ] characters
emailstring or null(email)[ 1 .. 254 ] characters
ssnstring or null[ 4 .. 9 ] characters
drivers_licensestring or null[ 7 .. 14 ] characters
application/json
{ "first_name": "Josh", "middle_name": "David", "last_name": "Coffey", "dob": "1976-02-21", "address": "45 High Street, Flat 2A", "city": "London", "state": "California", "postal_code": "SW1A 1AA", "phone": "441172345678", "email": "josh.coffey@example.com", "ssn": "545180772", "drivers_license": "P620-7949" }

Responses

OK

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

Bodyapplication/json
dataobject
Response
application/json
{ "data": { "match_score": 80, "name_match": "NO_MATCH", "dob_match": "NO_MATCH", "address_match": "NO_MATCH", "city_match": "NO_MATCH", "state_match": "NO_MATCH", "postal_code_match": "NO_MATCH", "phone_match": "NO_MATCH", "email_match": "NO_MATCH", "ssn_match": "NO_MATCH", "drivers_license_match": "NO_MATCH" } }