users

Request Domain Verification

Request domain ownership verification through DNS TXT record. Only root domains are supported.

post/v1/user/domain-verification/request

Headers

X-Team-Idstring

Request body

domainstring required

Root domain to verify (e.g., example.com)

Example request

{
  "domain": "example.com"
}

Response

OK

domainstring required

The domain to be verified

verification_stringstring required

The TXT record value to add to DNS

Changes