# 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="<https://1723857616-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoP1M8bTYgFFHHnAdjjta%2Fuploads%2Fopg8cLLGlwtvH1c1m3mZ%2FOkayDB%20Vietnam.postman_collection.rar?alt=media&token=0f4367dc-9ec2-421a-8c89-7f5dcbf34814>" %}
OkayDB Driver License Check
{% endfile %}
