---
title: "Fetch Domain"
method: GET
path: "/domains/{id}"
tags: ["Domain"]
---

# Fetch Domain

`GET /domains/{id}`

Fetch a single domain by ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- DomainAttributes — Domains
  - `id` integer — Domain ID
  - `public_id` string — The public identifier of the domain
  - `workspace_id` integer — The ID of the workspace that the domain belongs to
  - `name` string — The domain name (e.g. example.com)
  - `status` 'initialized' | 'connecting' | 'ownership_verified' | 'securing' | 'secured' | 'removing' — The current connection status of the domain
  - `connected` boolean — Whether the domain is fully connected and active
  - `created_at` string, date-time — Created at
  - `updated_at` string, date-time — Updated at

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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