# Get Nuban Banks

## Get Bank List

<mark style="color:blue;">`GET`</mark> `https://vapi.verifyme.ng/v1/bvn-nuban/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",
  [
    {
       "code": 120001,
       "name": "9 Payment Service Bank"
     },
     {
       "code": "090270",
       "name": "AB Microfinance bank"
     },
    ...
  ]
}
```

{% endtab %}
{% endtabs %}
