API endpoints that return bank and coverage information.
/products/banks/
This endpoint returns the list of all institutions currently supported by Okra.
bearer
This endpoint returns the list of all institutions currently supported by Okra.
OK
{
"success": "true",
"message": "Successfully retrieved banks",
"data": [
{
"_id": "5d6fe57a4099cc4b210bbeb1",
"name": "First Bank of Nigeria",
"slug": "first-bank-of-nigeria"
}
]
}
Was this page helpful?