---
title: "Get Your Shortened URLs"
method: GET
path: "/v1/short_urls"
tags: ["URL Shortener"]
---

# Get Your Shortened URLs

`GET /v1/short_urls`

## Response `200`

OK

- ShortUrlsResponseListWrapperDto
  - `data` object[]
    - `creationDateTime` string, date-time — Creation date of the shortened URL in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `expirationDateTime` string, date-time — Expiration date of the shortened URL in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `hitCount` number — The number of times the shortened URL has been clicked
    - `key` string — The unique key of the shortened URL
    - `longUrl` string — The original URL
    - `name` string — Name of the shortened URL
    - `shortUrl` string — The shortened version of the original URL generated by system

---

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