> For the complete documentation index, see [llms.txt](https://developer.browpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.browpay.com/miscellaneous/countries.md).

# Countries

<mark style="color:blue;">`GET`</mark> `{{base_url}}/countries`

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

```json
{
    "success": true,
    "message": "Data retrieved successfully",
    "data": [
        {
            "id": "b52526e9-ff13-4334-a799-bdeaa59b87a8",
            "name": "Nigeria",
            "code": "NG"
        }
    ]
}
```

{% endtab %}
{% endtabs %}
