Skip to main content
GET
/
v1
/
banks
List Banks
curl --request GET \
  --url https://api.useglyde.co/v1/banks \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": [
    {
      "name": "GTBank",
      "code": "058"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Success

status
string
Example:

"success"

data
object[]