cURL
curl --request GET \ --url https://api.spotflow.co/api/v1/transfers/banks/{bank-code}/branches \ --header 'Authorization: Bearer <token>'
{ "bankCode": "string", "bankName": "string" }
Get details of all banks, their names and codes. Currently, this is for NGN and GHS only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This is the bank code of the account number on our system.
A JSON array of bank branches objects.
"string"