---
title: "Get the license gravitee is running on."
method: GET
path: "/license"
tags: ["Installation"]
deprecated: true
---

# Get the license gravitee is running on.

`GET /license`

> **Deprecated.**

Returns the license information of the gravitee instance.

User must be authenticated.

## Response `200`

The license and its features. If there is no license, then the features will be empty.

- GraviteeLicense
  - `tier` string — The tier gravitee is running on.
  - `packs` string[] — The packs included in the tier gravitee is running on.
  - `features` string[] — The features included in the tier gravitee is running on.
  - `expiresAt` string, date-time — The date (as timestamp) when the license will expire.
  - `isExpired` boolean — If the license is expired.
  - `scope` string — The scope of the license.

## Other responses

- `default` — Generic error response

---

[API](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-installation-deprecated.md) · [All operations](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-installation-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gravitee-io/gravitee-io-apim-management-api-installation-deprecated/versions/8591834692f3/schema)
