---
title: "Get All Domains"
method: GET
path: "/domains"
tags: ["Domains"]
---

# Get All Domains

`GET /domains`

List all domains in your account.

**Authentication:** TextPeak API key in the `Authorization` header (see **Authentication** in the API Overview).

## Query parameters

- `_page` integer
- `itemsPerPage` integer

## Response `200`

The list of domains.

- object[]
  - `id` integer — Unique domain identifier.
  - `name` string — The domain name.
  - `ip` string — IP address the domain should point to (read-only).
  - `status` 'NOT_CONFIGURED' | 'CONFIGURED' | 'VALIDATION_PENDING' | 'VALIDATION_DECLINED' | 'ARCHIVED' | 'LIMIT_REACHED' — Domain configuration status.

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
