---
title: "List domains"
method: GET
path: "/api/v1/workspace/{workspace_id}/domains"
tags: ["Domains"]
---

# List domains

`GET /api/v1/workspace/{workspace_id}/domains`

Get all custom domains configured for a workspace. These domains can be used when creating short links.

## Path parameters

- `workspace_id` string, required

## Response `200`

Domain

- object — List of custom domains configured for a workspace.
  - `domains` object[]
    - `name` string, nullable

## Other responses

- `403` — Forbidden
- `404` — Error

---

[API](https://skmtc.net/linklyhq/apis/linkly-url-shortener-api.md) · [All operations](https://skmtc.net/linklyhq/apis/linkly-url-shortener-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linklyhq/linkly-url-shortener-api/revisions/351c1f004617/schema)
