Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Query Parameters

cursor
string

Opaque cursor from a previous response to fetch the next page

Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$
limit
integer
default:20

Maximum number of items to return per page (1–100, default 20)

Required range: 1 <= x <= 100
email
string

Filter to a single recipient address (case-insensitive)

Response

200 - application/json

OK

Paginated list of suppressed recipient addresses

items
object[]
required

Suppression entries matching the query

pagination
object
required

Pagination metadata for retrieving additional pages