Skip to main content
GET
/
transfers
/
banks
/
{bank-code}
/
branches
cURL
curl --request GET \
  --url https://api.spotflow.co/api/v1/transfers/banks/{bank-code}/branches \
  --header 'Authorization: Bearer <token>'
{
  "bankCode": "string",
  "bankName": "string"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

bankCode
string
required

This is the bank code of the account number on our system.

Response

A JSON array of bank branches objects.

bankCode
string
Example:

"string"

bankName
string
Example:

"string"