---
title: "GET /affiliate/shortener/urls"
method: GET
path: "/affiliate/shortener/urls"
---

# GET /affiliate/shortener/urls

`GET /affiliate/shortener/urls`

Get all URLs Shortened

## Query parameters

- `page` integer
- `limit` integer
- `search` string
- `active` boolean
- `organizationId` string
- `type` string
- `startAt` string, date-time
- `endAt` string, date-time

## Response `200`

Shorten URL response

- AllShortenURL
  - `data` 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
  - `meta` Meta
    - `total` integer
    - `page` integer
    - `limit` integer
    - `totalPages` integer

## Other responses

- `401` — API key missing or invalid
- `403` — Valid key without required scope
- `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)
