---
title: "List organization SSO domains"
method: GET
path: "/organizations/{organization}/sso/domains"
tags: ["Organization SSO domains"]
---

# List organization SSO domains

`GET /organizations/{organization}/sso/domains`

List email domains registered for organization SSO
### Authorization
A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:

**Service Token Accesses**
 `manage_sso`

**OAuth Scopes**

 | Resource | Scopes |
| :------- | :---------- |
| Organization | `manage_sso` |

## Path parameters

- `organization` string, required

## Response `200`

Returns SSO domains

- object[]
  - `type` 'OrganizationDomain', required — The resource type
  - `id` string, required — The public ID of the organization domain
  - `domain` string, required — The domain name
  - `state` 'pending' | 'verified' | 'failed', required — The verification state of the domain
  - `verified_at` string, nullable, required — When the domain was verified
  - `failure_reason` string, nullable, required — The reason domain verification failed
  - `created_at` string, required — When the domain was created
  - `updated_at` string, required — When the domain was last updated

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-08-28** `6d28c038c4fd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/planetscale/apis/planetscale-api/changes/organizations/:organization/sso/domains/get.md)

---

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