Suppressions
Manage suppressed email addresses
Control which email addresses should not receive emails from your account.
List and search suppressed email addresses. Returns up to 1000 suppressions per request.
Suppressed emails will not receive any emails from your account.
Authorizations
Api-TokenstringRequired
API token in Api-Token header
Path parameters
account_idintegerRequiredExample:
Account ID
1Query parameters
Responses
200
List of suppressions
application/json
401
Unauthorized. Check your API credentials.
application/json
403
Forbidden. Verify domain or check permissions.
application/json
get
/api/accounts/{account_id}/suppressionsRemove an email from the suppression list to allow sending again
Authorizations
Api-TokenstringRequired
API token in Api-Token header
Path parameters
account_idintegerRequiredExample:
Account ID
1suppression_idintegerRequiredExample:
Suppression ID
1Responses
200
Suppression deleted
application/json
401
Unauthorized. Check your API credentials.
application/json
403
Forbidden. Verify domain or check permissions.
application/json
404
Resource not found
application/json
delete
/api/accounts/{account_id}/suppressions/{suppression_id}Last updated
Was this helpful?

