Get whitelist suppressions
GET /api/domains/{domain}/suppressions/whitelist
GET
/api/domains/{domain}/suppressions/whitelist
Retrieve a paginated list of whitelist suppressions for a domain
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” domain
required
string
Example
example.comDomain name that must be owned by the authenticated user. The domain must be verified and properly configured for email sending.
Query Parameters
Section titled “Query Parameters ” search
string
Search suppressions by recipient
page
integer
Page number
per_page
integer
Number of items per page
Responses
Section titled “ Responses ”Success
object
success
boolean
Example
true data
Array<object>
Suppression entry
object
id
integer
Example
1 type
string
Example
unsubscribe recipient_type
string
Example
email recipient
tags
string
Example
marketing description
string
Example
Opted out from newsletter source
string
Example
api created_at
integer
Example
1711234567 pagination
object
filters
object
Unauthorized - Invalid or missing authentication credentials
object
success
boolean
message
string
Example
UnauthorizedNot Found - Domain not found
object
success
boolean
message
string
Example
Domain not foundToo Many Requests - Rate limit exceeded. Retry after the specified time.
object
success
boolean
message
string
Example
Too many attempts. Please try again later.Headers
Section titled “Headers ” Retry-After
integer
Seconds until rate limit resets
X-RateLimit-Limit
integer
Maximum requests per minute
X-RateLimit-Remaining
integer
Remaining requests in current window