Skip to content

Manually suppress an address

POST
/v1/suppressions

Add an address to the suppression list. Always reason:"manual".

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. 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"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Emithook · a Finnoto product