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
| Name | In | Notes |
|---|---|---|
limit | query | Rows per page, 1–500. Defaults to 100. |
cursor | query | The next_cursor from the previous page. |
type | query | Restrict to one suppression type. |
Responses
| Status | Meaning |
|---|---|
200 | A page of suppressions |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the suppression:read scope |
Every response body is described in the OpenAPI spec, which this page is generated from.