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
}Suppresses an email address or entire domain to prevent sending emails to them. For domain-level suppression, use the pattern ”*@domain.com” which will suppress all emails from that domain and consolidate existing suppressions for that domain. The endpoint validates the email format and prevents duplicate suppressions.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
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?