v1

latestOpenAPI 3.0.32026-08-0421040.6 KB
Billing

Get your current credit balance, available credit packages for purchase, and recent transaction history. Supports pagination for transaction history via limit and offset query parameters.

get/v1/billing/

Query parameters

limitinteger

Maximum number of transactions to return (default 50, max 200)

offsetinteger

Number of transactions to skip for pagination

Response

Default Response

balancenumber required

Current credit balance

{"stackTrail":"paths:/v1/billing/:get:responses:200:content:application/json:schema:properties:packages","oasType":"schema","type":"unknown","description":"Available credit packages for purchase"}
{"stackTrail":"paths:/v1/billing/:get:responses:200:content:application/json:schema:properties:transactions","oasType":"schema","type":"unknown","description":"Recent credit transactions (purchases, deductions, refunds)"}