Domain Statuses & Verify Methods

This document contains an overview of domain statuses and supported verification methods for account domains.

Domain Statuses

  • UNVERIFIED — The domain is listed on the account’s domain page, but its ownership is not confirmed yet. This is the initial domain status.

  • ACTIVE — The domain is active and can be used to connect users to the account.

  • INACTIVE — The domain is verified, but inactive, so it can’t be used to connect users to the account.

Domain verify methods

  • DNS_CNAME_RECORD — With this method, you should add a CNAME record with the name verifyInfo.domain to your domain. Example: _whitedoc-verify-abc123.google.com

  • DNS_TXT_RECORD — With this method, you should add a TXT record with the name verifyInfo.domain and the content verifyInfo.value to your domain. Example: TXT _whitedoc-verify.google.com = abc123

Last updated