Billing

Get Website Credits

Returns the current credit balance for a specific website.

get/api/v1/credits/website

Query parameters

website_idstring uuid required

The ID of the website to retrieve credits for

Response

Successful response with credit balance

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.