In brief
suppressions:read— list and query entries.suppressions:write— add, import, and remove.- Write does not require read on the same key, but admin integrations usually use both.
How to send the key
x-api-key: sk_live_xxxxx.
Ready-made combinations
Read only
suppressions:readWrite only
suppressions:writeFull administration
suppressions:read, suppressions:writeCRM + suppressions
contacts:read, suppressions:read, suppressions:writeAvailable scopes
suppressions:read
suppressions:read
List suppressions (
GET /v1/suppressions) and query by ID (GET /v1/suppressions/{id}).suppressions:write
suppressions:write
Add (
POST /v1/suppressions), batch (POST /v1/suppressions/batch/add), remove by ID, by identity, and batch removal.Common errors
Full catalog: Error responses.

