License
Method GET

Return license info

get/license

Response

Success

evalboolean

Indicates whether NGINX Plus license is trial.

active_tillinteger

The Unix timestamp of license expiration.

Example response

{
  "eval": false,
  "active_till": 1749268757,
  "reporting": {
    "healthy": true,
    "fails": 2,
    "grace": 15551961,
    "uuid": "13754cba-29fb-53e5-c32e-a6cf57c84b01"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.