get/admin/tiers

List subscription tiers

Responses

200Successful Response
Example · 200
[
  {
    "id": 0,
    "name": "<Name>",
    "display_name": "<Display Name>",
    "requests_per_day": 0,
    "requests_per_month": 0,
    "tokens_per_month": 0,
    "max_file_size_mb": 0,
    "price_usd_cents": 0,
    "is_active": false
  }
]

Code samples

Generated from the live OpenAPI spec. Replace $SAVITAR_API_KEY with a key from your dashboard.

curl -X GET "https://redactra-api-direct-yjxsqk46ja-el.a.run.app/admin/tiers" \
  -H "Authorization: Bearer $SAVITAR_API_KEY"