Domains
List protected email domains
GET/accounts/{account_id}/email-security/settings/domains
Get an email domain
GET/accounts/{account_id}/email-security/settings/domains/{domain_id}
Update an email domain
PATCH/accounts/{account_id}/email-security/settings/domains/{domain_id}
Unprotect an email domain
DELETE/accounts/{account_id}/email-security/settings/domains/{domain_id}
Unprotect multiple email domains
DELETE/accounts/{account_id}/email-security/settings/domains
ModelsExpand Collapse
DomainListResponse object { id, allowed_delivery_modes, created_at, 17 more }
DomainListResponse object { id, allowed_delivery_modes, created_at, 17 more }
DomainGetResponse object { id, allowed_delivery_modes, created_at, 17 more }
DomainGetResponse object { id, allowed_delivery_modes, created_at, 17 more }
DomainEditResponse object { id, allowed_delivery_modes, created_at, 17 more }
DomainEditResponse object { id, allowed_delivery_modes, created_at, 17 more }