BETTERMENU
Entitlements

Get Entitlement Status

Read the calling organization's subscription plan, trial state, pending cancellation, feature gates, and quota policies.

GET
/entitlements/status

Response Body

application/json

curl -X GET "https://loading/entitlements/status"
{
  "plan_name": "string",
  "display_name": "string",
  "trial_active": true,
  "trial_ends_at": "2019-08-24T14:15:22Z",
  "trial_days_remaining": 0,
  "pending_cancellation_at": "2019-08-24T14:15:22Z",
  "feature_gates": [
    "string"
  ],
  "quotas": {
    "property1": {
      "limit": 0,
      "window": "billing_cycle",
      "scope": "user"
    },
    "property2": {
      "limit": 0,
      "window": "billing_cycle",
      "scope": "user"
    }
  }
}