---
title: "Get license token."
method: GET
path: "/licensing/token"
tags: ["licensing", "enterprise"]
---

# Get license token.

`GET /licensing/token`

You need to have a permission with action `licensing:read`.

## Response `200`

(empty)

- Token
  - `account` string
  - `anonymousRatio` integer
  - `company` string
  - `details_url` string
  - `exp` integer
  - `iat` integer
  - `included_users` integer
  - `iss` string
  - `jti` string
  - `lexp` integer
  - `lic_exp_warn_days` integer
  - `lid` string
  - `limit_by` string
  - `max_concurrent_user_sessions` integer
  - `nbf` integer
  - `prod` string[]
  - `slug` string
  - `status` integer
  - `sub` string
  - `tok_exp_warn_days` integer
  - `trial` boolean
  - `trial_exp` integer
  - `update_days` integer
  - `usage_billing` boolean

---

[API](https://skmtc.net/grafana/apis/http-api.md) · [All operations](https://skmtc.net/grafana/apis/http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grafana/http-api/versions/df55ba1718ba/schema)
