Allow Policies
List email allow policies
GET/accounts/{account_id}/email-security/settings/allow_policies
Get an email allow policy
GET/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}
Create an email allow policy
POST/accounts/{account_id}/email-security/settings/allow_policies
Update an email allow policy
PATCH/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}
Delete an email allow policy
DELETE/accounts/{account_id}/email-security/settings/allow_policies/{policy_id}
ModelsExpand Collapse
AllowPolicyListResponse { id, created_at, is_acceptable_sender, 11 more }
AllowPolicyListResponse { id, created_at, is_acceptable_sender, 11 more }
is_acceptable_sender: boolean
Messages from this sender will be exempted from Spam, Spoof and Bulk dispositions. Note: This will not exempt messages with Malicious or Suspicious dispositions.
AllowPolicyGetResponse { id, created_at, is_acceptable_sender, 11 more }
AllowPolicyGetResponse { id, created_at, is_acceptable_sender, 11 more }
is_acceptable_sender: boolean
Messages from this sender will be exempted from Spam, Spoof and Bulk dispositions. Note: This will not exempt messages with Malicious or Suspicious dispositions.
AllowPolicyCreateResponse { id, created_at, is_acceptable_sender, 11 more }
AllowPolicyCreateResponse { id, created_at, is_acceptable_sender, 11 more }
is_acceptable_sender: boolean
Messages from this sender will be exempted from Spam, Spoof and Bulk dispositions. Note: This will not exempt messages with Malicious or Suspicious dispositions.
AllowPolicyEditResponse { id, created_at, is_acceptable_sender, 11 more }
AllowPolicyEditResponse { id, created_at, is_acceptable_sender, 11 more }
is_acceptable_sender: boolean
Messages from this sender will be exempted from Spam, Spoof and Bulk dispositions. Note: This will not exempt messages with Malicious or Suspicious dispositions.