kirha logo
Api Reference

GET Account Balance

GET
/account/balance

Response Body

curl -X GET "https://api.kirha.com/billing/v1/account/balance"
{
  "balance": 1200,
  "subscription_balance": 400,
  "top_up_balance": 800
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": {}
  }
}