{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Renew API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Renew", "type": "folder" }, "items": [ { "info": { "name": "Grafana Post Renew License Token", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/licensing/token/renew" }, "docs": "This API operation is used to renew an existing Grafana Enterprise license token. When invoked via a POST request to the /licensing/token/renew endpoint, it initiates the license token renewal process, typically validating the current token and requesting a fresh token from the Grafana licensing server. This operation is essential for maintaining continuous access to Grafana Enterprise features by ensuring the license remains valid and up-to-date. Authentication and appropriate permissions are r" } ] } ], "bundled": true }