v1

latestOpenAPI 3.1.02026-07-2295105298.6 KB
Billing

Get Group Credits

Returns the current credit balance for a specific group. Requires a global API key.

get/api/v1/credits/group

Query parameters

group_idstring uuid required

The ID of the group to retrieve credits for

Response

Successful response with credit balance

Example response

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