---
title: "Request an SSO domain verification token"
method: POST
path: "/v1/sso/request-domain-verification"
tags: ["SSO"]
---

# Request an SSO domain verification token

`POST /v1/sso/request-domain-verification`

Returns the DNS TXT verification token for the current organization's SSO provider.

## Response `201`

Domain verification token returned

- OrganizationSsoDomainVerificationResponse
  - `domainVerificationToken` string, required

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `402` — SSO management requires an Enterprise plan.
- `403` — Only workspace owners and super-admins can manage SSO.
- `404` — Organization not found

---

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