Account and billing
Retrieve billing summary
Return billing mode, subscription state, and checkout availability.
GET
/api/v1/billing/summaryAuthentication: REST bearer token required.
Parameters
This endpoint has no path, query, or body parameters.
Responses
200The account's current billing projection.
401The bearer token is missing, invalid, or expired.
503The required provider or service is not configured or available.