v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Billing

Get credit balance

Returns the organization's current credit balance in USD plus the current plan identifier. Organization is resolved from the API key, so no X-Organization-Id header is required.

get/payment/v1/credits/balance

Response

Current balance for the caller's organization.

successboolean required

Example response

{
  "success": true,
  "data": {
    "creditBalance": 15,
    "planId": "plan_standard"
  }
}