Suppressions
curl -X GET "https://example.com/account/suppressions?page=string&limit=string"Empty
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/account/suppressions" \ -H "Content-Type: application/json" \ -d '{ "email": "bounced@example.com" }'Empty
curl -X DELETE "https://example.com/account/suppressions/string"Empty