Resolve a short URL
Technical Preview
Resolve a Kibana short URL by its slug.
Path parameters
-
slug
string Required The slug of the short URL.
GET
/api/short_url/_slug/{slug}
curl \
--request GET 'http://localhost:5622/api/short_url/_slug/{slug}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"accessCount": 42,
"accessDate": "string",
"createDate": "string",
"id": "string",
"locator": {
"id": "string",
"state": {},
"version": "string"
},
"slug": "string"
}