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

# Versions

## Version 1

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

#### Request Body

| Name                                        | Type   | Description                               |
| ------------------------------------------- | ------ | ----------------------------------------- |
| dob<mark style="color:red;">\*</mark>       | string | Date of birth                             |
| driverNum<mark style="color:red;">\*</mark> | string | Driver number as shown on driver license. |
| apiKey<mark style="color:red;">\*</mark>    | 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 %}

{% tab title="400: Bad Request " %}

```javascript
{
    // Response
}
```

{% endtab %}

{% tab title="500: Internal Server Error " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}

#### Postman Collection&#x20;

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