v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

Driving License Verification

post/verification/license

Headers

client-idstring required

Unique Client ID

client-secretstring required

Unique Client Secret

Content-Typestring required

Request body

dlNostring required

Driving License numnber of customer

dobstring date required

Date of Birth of customer

additionalDetails'true' | 'false' required
consent'Y' | 'N' required

Response

200

partner_idstring

Example response

{
  "name": {
    "issueDate": "06-08-2013",
    "father/husband": "KISHAN KUMAR",
    "name": "PRAKASH KUMAR",
    "dob": "XX/XX/1996",
    "dlNumber": "GJ2XXXXX342",
    "validity": {
      "nonTransport": "06-08-2013 to 05-08-2033"
    },
    "covDetails": [
      {
        "cov": "MCWG",
        "issueDate": "06-08-2013"
      }
    ],
    "address": [
      {
        "completeAddress": "132, Jamnagar Road, Gujarat",
        "type": "NA"
      }
    ],
    "status": "Active"
  },
  "partner_id": "APAY169032441941",
  "clientData": {
    "client_id": "123gk675jjJs6psj456"
  }
}