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