> For the complete documentation index, see [llms.txt](https://api-old.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-old.innov8tif.com/okaydb/vietnam/driver-license-check/version-1.md).

# Version 1

<mark style="color:green;">`POST`</mark> `http://okaydbdemo.innov8tif.com/ekyc/okaydb/api/vn/v1`

#### Request Body

| Name      | Type   | Description                               |
| --------- | ------ | ----------------------------------------- |
| dob       | string | Date of birth                             |
| driverNum | string | Driver number as shown on driver license. |
| apiKey    | string | To be assigned by Innov8tif               |

{% tabs %}
{% tab title="200 " %}

```
{
    "status": "success",
    "name": "   xxxxxxxx ",
    "serialNo": "   xxxxxxxx",
    "vehicleClass": "   A2|B2 ",
    "startingDate": "   2014-10-25 ",
    "expiryDate": "   2024-10-25 ",
    "admissionDate": "   20141013|20120315" 
}
```

{% endtab %}
{% endtabs %}

### Input Example

```
{
    "apiKey": "apikey",
    "driverNum": "xxxxxxxxxxx",
    "dob": "19860522" 
}
```

{% file src="/files/-M3njo44UuaCNXFoNKQc" %}
OkayDB Driver License Check
{% endfile %}
