GET
/
account
/
balance
curl --request GET \
  --url https://api.clickpesa.com/third-parties/account/balance \
  --header 'Authorization: Bearer <token>'
[
  {
    "currency": "TZS",
    "balance": 123
  }
]

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 Account Balance response

The response is of type object[].