Get Banks

Get Banks

GET https://vapi.verifyme.ng/v1/banks

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

Path Parameters

NameTypeDescription

Authentication

string

Authorization Token

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

Last updated