---
title: "Get shorten URL info for monitoring purposes"
method: GET
path: "/shorten/{tracking-id}"
---

# Get shorten URL info for monitoring purposes

`GET /shorten/{tracking-id}`

Routee sends information about the shorten URL

## Path parameters

- `tracking-id` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

200

- object
  - `name` string
  - `link` string
  - `trackingId` string
  - `longUrl` string
  - `expirationDate` string
  - `createdAt` string
  - `callbackUrl` string
  - `tags` object
    - `tag1` string
    - `tag2` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
