Bulk Add Suppressions
POST /contacts/suppressions/bulk-add
POST
/contacts/suppressions/bulk-add
Suppress an explicit set of contacts in one call. Proxies the SAME
handler the app’s Lists -> add-to-suppressions bulk action calls
(contacts/router.py:1819), minus the list/filter-model resolution
(a UI concept) — pass the contact PKs you already have. Idempotent:
already-active rows are left untouched.
Authorizations
Parameters
Header Parameters
Request Body required
Responses
200
Successful Response
object
data
required
object
channel
required
string
suppressed
required
integer
total_requested
required
integer
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string