OUTCOME · Discover
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Customer billing
/api/v2/billing/productsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Call this before offering a plan or credit top-up so the client uses the active catalog's exact minor-unit price, currency, interval, and granted-credit terms.
OUTCOME · Discover
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Workspace, product, price, currency, credit grant, allowance, credit pool, subscription, usage event, pending event, invoice, payment, and settlement authorities remain distinct. A displayed balance or product does not reserve credits, purchase service, move money, settle an invoice, or authorize another domain action.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing the billing:read scope.EXAMPLEBearer hc_live_…
RESPONSES
{
"plans": [
{
"product_id": "price_pro_monthly",
"code": "PRO",
"name": "Pro",
"description": "Monthly event credits.",
"product_type": "PLAN",
"interval": "MONTH",
"amount_minor": 4900,
"currency": "USD",
"credit_units": "10000"
}
],
"topups": [],
"free_allowance_credits": "1000",
"currency": "USD"
}{
"code": "invalid_credentials",
"message": "The bearer credential is missing, expired, or invalid."
}invalid_credentials{
"code": "insufficient_scope",
"message": "The credential lacks billing:read."
}insufficient_scope{
"code": "billing_unavailable",
"message": "The authoritative Core billing projection is unavailable."
}billing_unavailableOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗