Skip to main content
GET
List email suppressions (platform-admin)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

scope
string | null

Filter by scope: platform | team | hub.

filter[team_id]
string | null
filter[hub_id]
string | null
page[after]
string | null
page[size]
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response

Collection JSON:API response.

data
SuppressionResource · object[]
required
meta
Meta · object | null