Sending Domain Restrictions
List sending domain restrictions
client.emailSecurity.settings.sendingDomainRestrictions.list(SendingDomainRestrictionListParams { account_id, direction, order, 3 more } params, RequestOptionsoptions?): V4PagePaginationArray<SendingDomainRestrictionListResponse { id, comments, created_at, 4 more } >
GET/accounts/{account_id}/email-security/settings/sending_domain_restrictions
Get a sending domain restriction
client.emailSecurity.settings.sendingDomainRestrictions.get(stringsendingDomainRestrictionID, SendingDomainRestrictionGetParams { account_id } params, RequestOptionsoptions?): SendingDomainRestrictionGetResponse { id, comments, created_at, 4 more }
GET/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}
Create a sending domain restriction
client.emailSecurity.settings.sendingDomainRestrictions.create(SendingDomainRestrictionCreateParams { account_id, domain, exclude, comments } params, RequestOptionsoptions?): SendingDomainRestrictionCreateResponse { id, comments, created_at, 4 more }
POST/accounts/{account_id}/email-security/settings/sending_domain_restrictions
Update a sending domain restriction
client.emailSecurity.settings.sendingDomainRestrictions.edit(stringsendingDomainRestrictionID, SendingDomainRestrictionEditParams { account_id, comments, domain, exclude } params, RequestOptionsoptions?): SendingDomainRestrictionEditResponse { id, comments, created_at, 4 more }
PATCH/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}
Delete a sending domain restriction
client.emailSecurity.settings.sendingDomainRestrictions.delete(stringsendingDomainRestrictionID, SendingDomainRestrictionDeleteParams { account_id } params, RequestOptionsoptions?): SendingDomainRestrictionDeleteResponse { id }
DELETE/accounts/{account_id}/email-security/settings/sending_domain_restrictions/{sending_domain_restriction_id}