# Get State By ID

## Get State By ID

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

Get State by State ID

#### Path Parameters

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

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

```
{
    "status": "success",
    "data": [
        {
            "id": 1,
            "name": "Abia",
            "code": "NG-AB"
        }
    ]
}
```

{% endtab %}
{% endtabs %}
