Radicas Docs
API referenceGenerated

Get Subscription

GET
/billing/subscription

Current subscription + entitlement state. EXEMPT from gating.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/billing/subscription"
{  "status": "string",  "plan_id": "string",  "current_period_end": "2019-08-24T14:15:22Z",  "trial": true,  "active": true,  "access_override": "string",  "credit_events": 0,  "features": [    "string"  ],  "overage_opt_in": true,  "addon_quantity": 0}