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

# Get Your Shortened URL

`GET /v1/short_urls/{key}`

## Response `200`

OK

- ShortUrlsResponseWrapperDto
  - `data` object
    - `account_id` string, uuid — The unique identifier of the account
    - `name` string — The Name of the shortened URL
    - `short_url` string — The shortened version of the original URL generated by system
    - `long_url` string — The original URL
    - `created` string, date-time — Creation date of the shortened URL in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `expires` string, date-time — Expiration date of the shortened URL in UTC, formatted as yyyy-mm-dd hh:mm:ss

## Other responses

- `404` — **Not Found:** Code Message 9606 Short URL not found

---

[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)
