---
title: "GET /affiliate/shortener/urls/{id}"
method: GET
path: "/affiliate/shortener/urls/{id}"
---

# GET /affiliate/shortener/urls/{id}

`GET /affiliate/shortener/urls/{id}`

Get a URL Shortened by its urlCode

## Path parameters

- `id` string, required

## Response `200`

Shorten URL response

- ShortenURL
  - `originalUrl` string — The original URL
  - `shortUrl` string — The short URL
  - `urlCode` string — The unique identifier for the shortened URL
  - `organizationId` string — The organization ID
  - `active` boolean — If the URL is active
  - `count` number — The count of clicks of the URL
  - `linkType` 'Coupon' | 'BrandPage' | 'Offer' — The link type

## Other responses

- `401` — API key missing or invalid
- `403` — Valid key without required scope
- `404` — URL not found
- `429` — Rate limit exceeded (60 req/60s per key + IP)

---

[API](https://skmtc.net/lomadee/apis/lomadee-public-api.md) · [All operations](https://skmtc.net/lomadee/apis/lomadee-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lomadee/lomadee-public-api/versions/e9ae83c68dbe/schema)
