curl --request POST \
--url https://api.getfernand.com/contacts/suppressed \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"email": "galvin@hooli.com"
}
'{
"id": 123,
"email": "<string>",
"created": "2023-11-07T05:31:56Z",
"blocked": 123,
"is_common": true
}curl --request POST \
--url https://api.getfernand.com/contacts/suppressed \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"email": "galvin@hooli.com"
}
'{
"id": 123,
"email": "<string>",
"created": "2023-11-07T05:31:56Z",
"blocked": 123,
"is_common": true
}Email address to suppress, or domain pattern "*@domain.com" to suppress entire domain.
"galvin@hooli.com"
Email or domain suppressed successfully.
Unique identifier for the suppression record
Suppressed email or domain pattern
Timestamp when the suppression was created (UTC)
Number of times emails to this address/domain have been blocked
Whether this is a common webmail domain (true) or a company domain (false)
Was this page helpful?