---
title: "GET /v1/domains"
method: GET
path: "/v1/domains"
---

# GET /v1/domains

`GET /v1/domains`

## Response `200`

Retrieve domains accessible by the API key

- object[]
  - `id` number, required — The ID of the domain
  - `name` string, required — The name of the domain
  - `teamId` number, required — The ID of the team
  - `status` 'NOT_STARTED' | 'PENDING' | 'SUCCESS' | 'FAILED' | 'TEMPORARY_FAILURE', required
  - `region` string
  - `clickTracking` boolean
  - `openTracking` boolean
  - `publicKey` string, required
  - `dkimStatus` string, nullable
  - `spfDetails` string, nullable
  - `createdAt` string, required
  - `updatedAt` string, required
  - `dmarcAdded` boolean
  - `isVerifying` boolean
  - `errorMessage` string, nullable
  - `subdomain` string, nullable
  - `verificationError` string, nullable
  - `lastCheckedTime` string, nullable
  - `dnsRecords` object[], required
    - `type` 'MX' | 'TXT', required — DNS record type
    - `name` string, required — DNS record name
    - `value` string, required — DNS record value
    - `ttl` string, required — DNS record TTL
    - `priority` string, nullable — DNS record priority
    - `status` 'NOT_STARTED' | 'PENDING' | 'SUCCESS' | 'FAILED' | 'TEMPORARY_FAILURE', required
    - `recommended` boolean — Whether the record is recommended

## Changes

- **2025-09-26** `f3f4be68abf8` — 3 info
  - added the optional property `items/lastCheckedTime` to the response with the `200` status
  - added the optional property `items/verificationError` to the response with the `200` status
  - added the required property `items/dnsRecords` to the response with the `200` status
- **2025-04-04** `197721d96066` — 4 info
  - added the optional property `items/dmarcAdded` to the response with the `200` status
  - added the optional property `items/errorMessage` to the response with the `200` status
  - added the optional property `items/isVerifying` to the response with the `200` status
  - added the optional property `items/subdomain` to the response with the `200` status
- **2024-05-21** `ad91eadfd8ee` — 1 breaking, 6 warning
  - removed the required property `items/dnsRecords` from the response with the `200` status
  - removed the optional property `items/dmarcAdded` from the response with the `200` status
  - removed the optional property `items/errorMessage` from the response with the `200` status
  - removed the optional property `items/isVerifying` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/usesend/apis/usesend-api/changes/v1/domains/get.md)

---

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