Manually suppress an address
POST
/v1/suppressions
Add an address to the suppression list. Always reason:"manual".
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Request Body
application/json
JSON "address": "string"
{
}
Responses
Created.
application/json
JSON "id": "esup_01JX9", "address": "string", "reason": "string", "source_event_id": "string", "created_at": "string"
{
}