Api Reference
GET Account Balance
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": {}
}
}