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
Path parameters
- slugRequiredstring
Organization slug
Response codes
- 200
- 401
- 403
- 429
Response (200)
1{2 "entitlements": [3 {4 "feature": {5 "key": "instances.compute_update_available_sizes",6 "type": "boolean"7 },8 "hasAccess": true,9 "type": "boolean",10 "config": {11 "enabled": true12 }13 }14 ]15}