Entitlements
Get Entitlement Status
Read the calling organization's BetterMenu subscription plan, trial status, pending cancellation, feature gates, and quota policy limits in a single call.
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"
}
}
}