Driving Licence Checks
# Introduction
This helps verify the validity of a driving licence:
# Request Parameters
The following parameters are expected:
Field | Description | Type |
---|---|---|
search_type | The Spincrunch Search type you want to do. DRIVERSLICENCECHECK | String |
identifier | The drving licence number you want to verify | String |
Please find sample implementation on the left
# Response Parameters
Below is a sample response
# phonenocheck Search
'search_type' is
DRIVERSLICENCECHECK
,identifier
is the licence registration number
Search details on a customer. As sample response is as follows:
{
"response_code": "200",
"success": true,
"message": "Driving licence details fetched successful",
"data": {}
}