Suppressions

List suppressions

GET/v1/suppressionsrequires suppression:read

Workspace addresses that will not be sent to. Filter by type: hard_bounce, complaint, unsubscribed, manual, invalid.

Requestcurl -X GET https://api.transmit.dev/v1/suppressions \
  -H "Authorization: Bearer tr_v2_…"

Parameters

NameInNotes
limitqueryRows per page, 1–500. Defaults to 100.
cursorqueryThe next_cursor from the previous page.
typequeryRestrict to one suppression type.

Responses

StatusMeaning
200A page of suppressions
401The API key is missing, malformed, expired or revoked
403The API key lacks the suppression:read scope

Every response body is described in the OpenAPI spec, which this page is generated from.