Skip to content
Management API Reference

Get entitlements for an organization

get/v1/organizations/{slug}/entitlements

Returns 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

  • slug
    Required
    string

    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
}
}
]
}