# 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="<https://253651193-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpQle72tz7-gm8Gk4Bg%2F-M3nhtkC1GuA_IcsXbmp%2F-M3njo44UuaCNXFoNKQc%2FOkayDB%20Vietnam.postman_collection.json?alt=media&token=0d9f5c67-2609-4174-bceb-d09f89ef21f6>" %}
OkayDB Driver License Check
{% endfile %}
