# Get Country By ID

## Get Country By ID

<mark style="color:blue;">`GET`</mark> `https://vapi.verifyme.ng/v1/countries/:id`

Get country by Country ID

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
| id   | string | Country ID  |

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

```
{
    "status": "success",
    "data": {
        "id": "1",
        "code": "NG",
        "name": "Nigeria"
    }
}
```

{% endtab %}
{% endtabs %}
