cURL
curl --request GET \ --url https://api.example.com/billing/credits/catalog
{ "costs": {}, "grants": {}, "packs": [ { "id": "<string>", "credits": 123, "price_cents": 123, "enabled": true } ] }
Public credit pricing table (costs, grants, packs).
Used by the pricing page and the submit UI so every surface reads from one source.
Successful Response
Show child attributes