# Registers a new domain Endpoint: POST /v1/domains Version: V1 Security: authorization_code_with_pkce, client_credentials ## Query parameters: - `domain` (string) The domain ## Response 201 fields (application/json): - `domain` (string, required) The domain name (e.g. "example.com"). Example: "aritma.com" - `status` (string, required) The current verification status of the domain. Enum: "NotRegistered", "Pending", "Confirmed" - `verificationToken` (string,null) A DNS TXT token that must be published to verify ownership of the domain. Removed once verified. Example: "aritma-verify-00000000-0000-0000-0000-000000000000" ## Response 401 fields ## Response 403 fields