users

Confirm Domain Verification

Confirm domain ownership by checking if the required DNS TXT record has been added.

post/v1/user/domain-verification/confirm

Headers

X-Team-Idstring

Request body

domainstring required

Root domain to confirm verification for

verification_type'dns_text_record' | 'html_meta_tag' | 'file_upload'
emailstring

Example request

{
  "domain": "example.com"
}

Response

OK

messagestring required

Success message

domainstring required

The verified domain

Changes