---
title: "Get the license used by an organization."
method: GET
path: "/organizations/{orgId}/license"
tags: ["Installation"]
---

# Get the license used by an organization.

`GET /organizations/{orgId}/license`

Returns the organization license information.
If no license is scoped to the organization, then the platform license is returned.

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.md) · [All operations](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-installation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gravitee-io/gravitee-io-apim-management-api-installation/revisions/adff27ddef52/schema)
