> For the complete documentation index, see [llms.txt](https://docs.verifyme.ng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifyme.ng/bank/get-banks.md).

# Get Banks

## Get Banks

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

This endpoint allows you to get the list of all Nigerian banks

#### Path Parameters

| Name           | Type   | Description         |
| -------------- | ------ | ------------------- |
| Authentication | string | Authorization Token |

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

```
{
  "status": "success",
  "data": [
    {
      "name": "Access Bank",
      "slug": "access-bank",
      "code": "044",
      "active": true
    },
    ...
  ]
}
```

{% endtab %}
{% endtabs %}
