Skip to main content
POST
Add an email suppression

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
email
string
required

The recipient address to suppress.

reason
enum<string>
default:manual

Why the address is being suppressed.

Available options:
manual,
unsubscribe,
complaint,
hard_bounce

Response

201 - application/json

The suppression that was created (200 with the existing entry when it already existed).

data
object

A suppressed recipient address the platform will not send to — added manually, by bulk import, or automatically from a hard bounce / spam complaint / unsubscribe.

meta
object