v54

OpenAPI 3.1.0raw.githubusercontent.com2026-08-03522891921.1 KB
Organizations

Create Domain

Create a new domain for verification.

This endpoint initiates the domain verification process by:

  1. Creating a domain record
  2. Generating a unique verification token
  3. Returning DNS configuration instructions

The user must add a DNS TXT record to verify ownership.

post/organizations/domains/

Request body

namestring nullable
descriptionstring nullable
domainstring required

Response

Successful Response

idstring uuid required
slugstring required
namestring nullable required
descriptionstring nullable required
flagsobject required
tokenstring nullable required
created_atstring date-time required
updated_atstring date-time nullable required
organization_idstring uuid required