AccountDomain
A domain associated with an account (purchased, imported, or bring-your-own).
This page contains
Fields
| id: ID! | Unique identifier for the domain. |
| name: String | Literal domain name (for example example.com). |
| status: DomainStatus PREVIEW | Lifecycle status of the domain. |
| accountEntitlementStatus: AccountEntitlementStatus PREVIEW | Status of the account entitlement tied to this domain, when applicable. |
| source: DomainSource PREVIEW | How the domain entered the account (purchase, import, or bring-your-own). |
| endOfContractDate: DateTime | End of the domain contract, when applicable. |
| renews: Boolean | Whether the domain renews automatically. |
| price: Float | Domain price amount, when available. |
| currency: Currency | Currency of the domain price. |
| launchUrl: URL | URL used to launch or manage the domain, when available. |
| domainProvider: DomainProvider PREVIEW | Marketplace application that provides or manages the domain, when applicable. |
| domainEntitlementId: Int | Numeric entitlement identifier for the domain, when applicable. |
| owner: User PREVIEW | User who owns the domain. |
| account: Account PREVIEW | Account that owns the domain. |
| domainAssociatedApplications: [DomainAssociatedApplication!] PREVIEW | Applications associated with this domain. |
| subscriptionId: ID | Subscription identifier related to the domain, when applicable. |
| verificationToken: String | DNS verification token for bring-your-own domains.
Present when source is BYOD; full TXT record value is appdirect-domain-verification= |
| verificationType: ByodVerificationType PREVIEW | Verification method for bring-your-own domains. Present when source is BYOD. |
Parent objects of AccountDomain
| Account PREVIEW | Account associated with an integration event. |
| AccountDomainsConnection PREVIEW | Cursor-paginated list of account domains. |
Queries for AccountDomain
| account | Retrieve an account by ID |
| accountByExternalId | Retrieve an account by external ID |