Service to query licenses from the state of Kansas.
Create a new user
GET - https://api.verifik.co/v2/usa/kansas/driver-license
The Kansas Driver License Validation Service allows developers to programmatically validate the status, restrictions, endorsements, and designations of Kansas driver licenses. By providing a valid Kansas driver license number, users can obtain a response that includes details such as the license status, expiration date, any restrictions or endorsements, and designations associated with the license.
This service is essential for verifying driver credentials and ensuring compliance with state regulations.
Implementation
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Required?
Description
Example
documentNumber
String
True
Document number of the person to be queried.
K12345678
dateOfBirth
String
True
The birthdate of the license holder (format: DD/MM/YYYY).