Verify Ghana Driver License

Verify a Ghana Driver License ID

Verify Driver License

POST https://api.appruve.co/v1/verifications/gh/driver_license

This endpoint allows to verify a Ghana driver license ID

Headers

NameTypeDescription

Authorization*

string

Bearer <token>

Request Body

NameTypeDescription

id*

string

The Certificate of Competence number or the Reference number of the document

full_name

string

The full name of the document holder

date_of_birth

string

The date of birth of the document holder in the format yyyy-MM-DD.

{
    "id": "V0000000",
    "full_name": "John Doe",
    "is_full_name_match": true,
    "is_date_of_birth_match": true
}

Last updated