Skip to main content
GET
/
billing
/
credits
/
catalog
Get Credit Catalog
curl --request GET \
  --url https://api.example.com/billing/credits/catalog
{
  "costs": {},
  "grants": {},
  "packs": [
    {
      "id": "<string>",
      "credits": 123,
      "price_cents": 123,
      "enabled": true
    }
  ]
}

Response

200 - application/json

Successful Response

costs
Costs · object
required
grants
Grants · object
required
packs
CreditPackInfo · object[]
required