GET
/
list
/
banks
curl --request GET \
  --url https://api.clickpesa.com/third-parties/list/banks \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "bic": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Authorization header in the form of Bearer <token>, where <token> is a valid JWT from generate token endpoint

Response

200
application/json
Get Bank List Response

The response is of type object[].