KausateKausate Docs
2025-04-01Billing
Viewing API version 2025-04-01. View the latest version.

Get Billing Balance Endpoint

Return the current credit account balance for the authenticated organization.

GET
/v2/billing/balance
X-API-Key<token>

Sign up at Kausate.com to get an API key

In: header

Header Parameters

Kausate-Version?string
Default"2025-04-01"
Formatdate

Response Body

application/json

application/json

curl -X GET "https://api.kausate.com/v2/billing/balance" \  -H "Kausate-Version: 2025-04-01"
{
  "orgId": "string",
  "accountMode": "prepaid",
  "balance": 0,
  "netCreditsCharged": 0,
  "prepaidGrantBalance": 0,
  "postpaidCreditBalance": 0,
  "creditLimit": 0,
  "validGrantCount": 0,
  "updatedAt": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}

Last updated on