Radicas Docs
API referenceGenerated

List Plans

GET
/billing/plans

The tier catalogue for the pricing page — served from the declarative source of truth.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/billing/plans"
[  {    "plan_id": "string",    "display_name": "string",    "category": "string",    "rank": 0,    "blurb": "string",    "included_events": 0,    "self_serve": true,    "has_prices": true  }]