v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2025-05-21124.7 KB
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.

tierstring

The tier gravitee is running on.

packsstring[]

The packs included in the tier gravitee is running on.

featuresstring[]

The features included in the tier gravitee is running on.

expiresAtstring date-time

The date (as timestamp) when the license will expire.

isExpiredboolean

If the license is expired.

scopestring

The scope of the license.

Example response

{
  "tier": "tier-planet",
  "packs": [
    "pack-observability",
    "pack-event-native"
  ],
  "features": [
    "feature-debug-mode",
    "feature-datadog-reporter"
  ],
  "scope": "PLATFORM"
}
All 1 operations