v1

latestOpenAPI 3.1.02026-07-2295105298.6 KB
Billing

Get Organization Credits

Returns the current credit balance for your organization.

get/api/v1/credits/organization

Response

Successful response with credit balance

Example response

{
  "credits": {
    "total": 700,
    "monthly": {
      "balance": 700,
      "next_reset_at": 1772227690021
    }
  }
}