Organization Domains
Mark an organization domain's ownership as verified
Flips the organization domain's ownership state to verified via the manual override path, bypassing the self-serve TXT DNS challenge. The domain row records strategy=manual_override and an organization_domain.ownership_verified audit event is emitted with the same strategy.
Idempotent: re-calling on an already-verified domain returns the current ownership state without re-emitting the audit event.
post/organizations/{organization_id}/domains/{domain_id}/verify_ownership
Path parameters
organization_idstring required
The ID of the organization to which the domain belongs
domain_idstring required
The ID of the domain
Response
An organization domain