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
}
]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?