Get entitlements for an organization
get
/v1/organizations/{slug}/entitlementsReturns the entitlements available to the organization based on their plan and any overrides.
OAuth scopes
- organizations:read
The fine-grained token must include the following permissions to access this endpoint:
- organization_admin_read
Path parameters
- slugRequiredstring
Organization slug
Response codes
- 200
- 401
- 403
- 429
Response (200)
{ "entitlements": [ { "feature": { "key": "instances.compute_update_available_sizes", "type": "boolean" }, "hasAccess": true, "type": "boolean", "config": { "enabled": true } } ]}