Mailmus

Suppressions

GET
/account/suppressions

Query Parameters

page*string
limit*string

Response Body

curl -X GET "https://example.com/account/suppressions?page=string&limit=string"
Empty
POST
/account/suppressions

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
DELETE
/account/suppressions/{id}

Path Parameters

id*string

Response Body

curl -X DELETE "https://example.com/account/suppressions/string"
Empty