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

# GET /v1/domains

`GET /v1/domains`

## Response `200`

Retrieve the user

- 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

## Changes

- **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/ad91eadfd8ee/schema)
