v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Get 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

namestring
linkstring
trackingIdstring
longUrlstring
expirationDatestring
createdAtstring
callbackUrlstring

Example response

{
  "name": "Human readable name",
  "link": "string",
  "trackingId": "string",
  "longUrl": "string",
  "expirationDate": "string",
  "createdAt": "string",
  "callbackUrl": "callback_url",
  "tags": {
    "tag1": "value1",
    "tag2": "value2"
  }
}