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

Path parameters

  • slug
    Required
    string

    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": true
12
}
13
}
14
]
15
}