OrgDomain

Organization domain verification record. VerificationToken and VerificationPrefix are only present while State is "pending" — they contain the DNS TXT values the user must publish to verify ownership.

  • object
    Type: string

    Resource type identifier

  • id
    Type: string

    Unique identifier for the domain record

  • org_id
    Type: string

    Organization this domain belongs to

  • domain
    Type: string

    The domain name being verified

  • state
    Type: string

    Verification state: pending, verified, failed, or legacy_verified

  • verification_strategy
    Type: string

    Verification method: dns or manual

  • verification_token
    Type: string

    DNS TXT record value to publish. Only present when state is "pending".

  • verification_prefix
    Type: string

    DNS TXT record name prefix. Only present when state is "pending".

  • created_at
    Type: string

    Timestamp the domain record was created (RFC 3339, UTC)

  • updated_at
    Type: string

    Timestamp the domain record was last updated (RFC 3339, UTC)