---
title: "List domains"
method: GET
path: "/organization/{organization_id}/domains"
tags: ["Domains"]
---

# List domains

`GET /organization/{organization_id}/domains`

Returns a list of all verified domains in an organization.

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- OrganizationDomainsListResponse — OrganizationDomainsListResponse
  - `domains` object[], required — List of domains for the organization
    - `challenge_token` string, required — Random string to be used for validation
    - `create_time` string, required — Time of creating the domain
    - `domain_id` string, required — ID of the domain
    - `domain_name` string, required — Name of the domain
    - `linked_authentication_method_ids` string[], required — Linked Authentication Method Ids
    - `organization_id` string, required — ID of the organization owning this domain
    - `state` 'deleted' | 'unverified' | 'verified', required — An enumeration.
    - `verification_type` 'dns' | 'http', required — An enumeration.

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/revisions/cbfbf0f96a48/schema)
