Installation
Get the license used by an organization.
Returns the organization license information. If no license is scoped to the organization, then the platform license is returned.
User must be authenticated.
get/organizations/{orgId}/license
Response
The license and its features. If there is no license, then the features will be empty.
Example response
{
"tier": "tier-planet",
"packs": [
"pack-observability",
"pack-event-native"
],
"features": [
"feature-debug-mode",
"feature-datadog-reporter"
],
"scope": "PLATFORM"
}