Verify a Driver's License

Our Driver's License Verification service allows businesses to easily and securely validate customers' driver's licenses issued by the Federal Road Safety Corps (FRSC). This service ensures the authenticity and validity of driver's license information.

Key Features:

  • Instant Verification: Quickly verify driver's license numbers issued by the FRSC.

📘

GET (LIVE)

{{URL}}/dikript/verification/api/v1/getfrsc

📘

GET (TEST)

{{URL}}/dikript/test/api/v1/getfrsc

Parameter

KeyDescription
frscfrsc Number

Header (LIVE)

KeyDescription
x-api-keyYour Secret Key

Header (TEST)

KeyDescription
x-api-keyYour Public Key

Responses

{ "status": true, "message": "Successful", "code": "200", "apiVersion": "v1", "transactionRef": "N202401101333481940", "data": { "licenseNo": "eky74g65af6y", "firstname": "OLUWAFUNMI", "middlename": "", "lastname": "OLADELE", "birthdate": "11-11-1498", "gender": "Male", "photo": "/9j/4jIyMjIyMjIyMjIyMjlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4//Z", "issuedDate": "22-02-2021", "expiryDate": "31-01-2026", "stateOfIssue": "LAGOS" }, "error": null }
{ "status": false, "message": "Unsuccessful", "code": "400", "apiVersion": "v1", "transactionRef": "N202401101345487388", "data": "", "error": { "code": 400, "message": null } }