---
title: "Get license"
method: GET
path: "/rest/api/3/instance/license"
tags: ["License metrics"]
---

# Get license

`GET /rest/api/3/instance/license`

Returns licensing information about the Jira instance.

**[Permissions](#permissions) required:** None.

## Response `200`

Returned if the request is successful.

- License — Details about a license for the Jira instance.
  - `applications` LicensedApplication[], required — The applications under this license.
    - `id` string, required — The ID of the application.
    - `plan` 'UNLICENSED' | 'FREE' | 'PAID', required — The licensing plan.

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/ec7f275dfee5/schema)
