Suppressions
Manage suppressed email addresses
Authorizations
Api-TokenstringRequired
API token in Api-Token header
Path parameters
account_idintegerRequiredExample:
Account ID
1Query parameters
start_timestring · date-timeOptionalExample:
Search emails suppressed after this timestamp
2025-01-01T00:00:00Zend_timestring · date-timeOptionalExample:
Search emails suppressed after this timestamp
2025-12-31T23:59:59ZResponses
200
List of suppressions
application/json
400
Bad request - invalid parameters.
application/json
401
Unauthorized. Check your API credentials.
application/json
403
Forbidden. Verify domain or check permissions.
application/json
429
Rate limit exceeded for the current account.
application/json
get
/api/accounts/{account_id}/suppressionsAuthorizations
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?

