Domains
Verify a domain
Idempotent verification across the domain’s enabled capabilities. Scope with ?capability=web|email_sending|email_receiving to skip the other providers’ checks.
POST
Typescript (SDK)
Authorizations
API key in the format: Bearer {api_token}
Headers
Makes this write safe to retry: a repeat with the same key replays the first response instead of creating a second resource. Scoped to the account, remembered for 24 hours; reusing a key with a different payload is an error.
Maximum string length:
255Path Parameters
The domain's ID.
Query Parameters
Verify only this capability instead of every capability configured on the domain.
Available options:
web, email_sending, email_receiving Response
Domain
Available options:
pending_payment, registering, registered, failed, null 
