API endpoints that return bank and coverage information.

get

List all banks

This endpoint returns the list of all institutions currently supported by Okra.

HTTP bearerbearer

This endpoint returns the list of all institutions currently supported by Okra.

Responses

Response examples

OK

{
  "success": "true",
  "message": "Successfully retrieved banks",
  "data": [
    {
      "_id": "5d6fe57a4099cc4b210bbeb1",
      "name": "First Bank of Nigeria",
      "slug": "first-bank-of-nigeria"
    }
  ]
}

Was this page helpful?