Skip to main content
POST
Driver's License
The Driver’s License endpoint retrieves verified identity information from the FRSC database, including name, date of birth, license validity dates, state of issue, and a photo.

Endpoint

Request

Headers

Body Parameters

Example

Response

200 OK

400 Bad Request

401 Unauthorized

Authorizations

x-access-token
string
header
required

Your Adhere API secret key

Body

application/json
license_number
string
required

Driver's license number

Example:

"ARR10892UU00"

first_name
string
required

First name as on the license

Example:

"EDIKAN"

last_name
string
required

Last name as on the license

Example:

"EFE"

date_of_birth
string
required

Date of birth in YYYY-MM-DD format

Example:

"1994-08-11"

Response

Driver's license verified