---
title: "Return license info"
method: GET
path: "/license"
tags: ["License", "Method GET"]
---

# Return license info

`GET /license`

## Response `200`

Success

- NginxLicenseObject — License and usage reporting status of NGINX Plus instance.
  - `eval` boolean — Indicates whether NGINX Plus license is trial.
  - `active_till` integer — The Unix timestamp of license expiration.
  - `reporting` object
    - `healthy` boolean — Indicates whether the reporting state is still considered healthy despite recent failed attempts.
    - `fails` integer — The number of failed reporting attempts, reset each time the usage report is successfully sent.
    - `grace` integer — The number of seconds before traffic processing is stopped after unsuccessful report attempt.
    - `uuid` string — The ID of NGINX Plus instance in the UUID format.

## Other responses

- `404` — Unknown version (*UnknownVersion*)

---

[API](https://skmtc.dev/nginx/apis/nginx-plus-rest-api.md) · [All operations](https://skmtc.dev/nginx/apis/nginx-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nginx/nginx-plus-rest-api/revisions/533ae7834228/schema)
