---
title: "Get Domain By ID"
method: GET
path: "/domains/{id}"
---

# Get Domain By ID

`GET /domains/{id}`

This endpoint retrieves a domain owned by a client.

## Path parameters

- `id` integer, required

## Response `200`

200

- object
  - `data` object
    - `id` integer
    - `name` string
    - `url` string
    - `status` string
    - `scope` string
    - `default_root_url` unknown
    - `default_catchall_url` unknown

## Other responses

- `422` — 422

---

[API](https://skmtc.net/seebot/apis/seebotlink.md) · [All operations](https://skmtc.net/seebot/apis/seebotlink/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seebot/seebotlink/versions/2853c55f2fec/schema)
