---
title: "Gets a list of domains registered for the authenticating user."
method: GET
path: "/v4/domains"
tags: ["domains"]
---

# Gets a list of domains registered for the authenticating user.

`GET /v4/domains`

## Query parameters

- `teamId` string

## Response `200`

OK

- object
  - `domains` object[], required — An Array of domains for the given account
    - `boughtAt` integer, nullable, required — A timestamp to tell when the domain was purchase if it was purchased with ZEIT
    - `cdnEnabled` boolean, required — Wether the Cloudfare CDN is enabled for the domain or not
    - `createdAt` integer, nullable, required — A timestamp that shows when the domain was created
    - `expiresAt` integer, nullable, required — The expiration date for the domain in case it's in ZEIT
    - `id` string, required — The unique identifier of the domain.
    - `intendedNameservers` string[], required — The set of nameservers ZEIT requires the user to set to verify the domain with Nameservers
    - `name` string, required — The domain name including the TLD
    - `nameservers` string[], required — The current nameservers we have detected for the domain
    - `nsVerifiedAt` integer, nullable, required — The timestamp of the last time the domain was verified using Nameservers
    - `orderedAt` integer, nullable — A timestamp indicating when the domain was ordered if it was purchased with ZEIT
    - `serviceType` 'zeit.world' | 'external' | 'na', required — Indicates the current DNS service the domain is using
    - `transferredAt` integer, nullable — If the domain was transferred to ZEIT, it indicates the timestamp for when the transfer was started
    - `txtVerifiedAt` integer, nullable, required — The timestamp of the last time the domain was verified using a TXT record
    - `verificationRecord` string, required — Indicates the verification record that should be used to verify the domain using a TXT record
    - `verified` boolean, required — Indicates if the domain ownership was already verified

---

[API](https://skmtc.net/unpkg/apis/zeit-api.md) · [All operations](https://skmtc.net/unpkg/apis/zeit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unpkg/zeit-api/versions/c4cb39ccc916/schema)
