---
title: "List verified domains"
method: GET
path: "/api/v1/org/domains"
tags: ["Organizations"]
---

# List verified domains

`GET /api/v1/org/domains`

Lists the domains the current organization has verified ownership of.

## Response `200`

Ok

- ApiVerifiedDomainsResponse
  - `results` VerifiedDomain[], required
    - `verifiedByUserUuid` string, nullable, required
    - `verifiedAt` string, date-time, required
    - `domain` string, required
    - `organizationUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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