List suppressions in a group
Account + group scoped. Offset pagination only (page[number]
default 1, page[size] default 25, max 100). No sort/filter/
cursor — ordering fixed desc created_at, desc id. Uses the shared
QueryParser.parse_offset/1 — a malformed page returns 400
(code 10015), consistent with GET /v2/email_blocks. meta
includes total_pages. Rows reuse the standard suppression shape
(group_id set to this group).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID. Malformed UUIDs are treated as not-found (not 400).
Query Parameters
Offset page number (≥1, default 1).
x >= 1Page size (1–100, default 25).
1 <= x <= 100