---
title: "Get an SSO domain"
method: GET
path: "/organizations/{organization}/sso/domains/{id}"
tags: ["Organization SSO domains"]
---

# Get an SSO domain

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

Get a registered SSO email domain and its verification state
### 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
- `id` string, required

## Response `200`

Returns the SSO domain

- 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/:id/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)
