Driving Licence Checks
# Introduction
This endpoint helps verify the validity and authenticity of a driving licence.
# Request Parameters
| Field | Description | Type |
|---|---|---|
| token | Authentication token provided by Spin | String |
| search_type | Type of search — use DRIVING_LICENCE | String |
| issue_date | Date of issue for the driving licence (optional) | String |
| identifier | Driving licence number to verify | String |
| score_type | Scoring type — use DRIVING_LICENCE | String |
# Response Parameters
Below is a sample response
# Driver Licence Verification
Search details on a driver. As sample response is as follows:
{
"code": "200.001",
"data": {}
}