Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Body

application/json

Request body for removing an address from the suppression list

email
string<email>
required

Recipient address to remove from the suppression list (case-insensitive)

Response

200 - application/json

OK

Result of an unsuppress operation

email
string
required

The (normalized) address that was unsuppressed

removed
integer
required

Number of suppression entries removed (0 when the address was not suppressed)

Required range: x >= 0