Installation
Get the license gravitee is running on.
Returns the license information of the gravitee instance.
User must be authenticated.
get/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"
}