---
title: "Retrieve a redirect URL"
method: GET
path: "/redirect_urls/{id}"
tags: ["Redirect URLs"]
---

# Retrieve a redirect URL

`GET /redirect_urls/{id}`

Retrieve the details of the redirect URL with the given ID

## Path parameters

- `id` string, required

## Response `200`

Success

- RedirectURL
  - `object` 'redirect_url', required
  - `id` string, required
  - `url` string, required
  - `created_at` integer, required — Unix timestamp of creation.
  - `updated_at` integer, required — Unix timestamp of last update.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.dev/clerk/apis/clerk-backend-api.md) · [All operations](https://skmtc.dev/clerk/apis/clerk-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clerk/clerk-backend-api/revisions/75df3a43fcb2/schema)
