v1
latestOpenAPI 3.1.02026-07-2295105298.6 KBBilling
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
}
}
}