curl --request GET \
--url https://api.getfernand.com/contacts/suppressed \
--header 'X-API-Key: <api-key>'[
{
"id": 123,
"email": "spam@hooli.com",
"created": "2024-01-15T10:30:00Z",
"blocked": 5,
"is_common": true
}
]curl --request GET \
--url https://api.getfernand.com/contacts/suppressed \
--header 'X-API-Key: <api-key>'[
{
"id": 123,
"email": "spam@hooli.com",
"created": "2024-01-15T10:30:00Z",
"blocked": 5,
"is_common": true
}
]Retrieves a list of all suppressed email addresses and domains within the organization. Results can be sorted by contact/domain, blocked count, or creation date in ascending or descending order. Suppressed entries prevent emails from being received from those addresses or domains.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.
Field to order results by. "contact" orders by domain name.
contact, blocked, created Sort direction for the results.
asc, desc List of suppressed contacts retrieved successfully.
Unique identifier for the suppression record
123
Suppressed email address or domain pattern (e.g., "*@domain.com")
"spam@hooli.com"
Timestamp when the suppression was created (UTC)
"2024-01-15T10:30:00Z"
Number of times emails to this address/domain have been blocked
5
Whether this is a common webmail domain (true) or a company domain (false)
true
Was this page helpful?