Short URL API
Use this API to create shortened URLs. A short URL represents a longer URL containing complex query parameters in a smaller and simpler format.
Create short URL
POST /api/short-urls
Creates a short URL.
Example request:
JSON body schema:
- path – The path to shorten, relative to the Grafana root_url.
Example response:
Status codes:
- 200 – Created
- 400 – Errors (invalid JSON, missing or invalid fields)