v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBGet shorten URL info for monitoring purposes
Routee sends information about the shorten URL
get/shorten/{tracking-id}
Path parameters
tracking-idstring required
The unique traking id of a shorten URL
Headers
Authorizationstring required
Bearer: {access_token}
Content-Typestring required
application/json
Response
200
Example response
{
"name": "Human readable name",
"link": "string",
"trackingId": "string",
"longUrl": "string",
"expirationDate": "string",
"createdAt": "string",
"callbackUrl": "callback_url",
"tags": {
"tag1": "value1",
"tag2": "value2"
}
}