Check Contact Suppression
GET /contacts/{contact_id}/suppression
GET
/contacts/{contact_id}/suppression
Is this contact suppressed, and on which channel(s)?
Reads the SAME central ledger every send path checks
(apps.suppression().service().list_suppressions), so a “not
suppressed” answer here means the same thing it means to the sequencer
and newsletter send gates.
Authorizations
Parameters
Path Parameters
contact_id
required
Contact ID (mashup_contacts.id)
integer
Contact ID (mashup_contacts.id)
Header Parameters
Responses
200
Successful Response
object
data
required
Answer to “is this contact suppressed, and on which channels?”.
object
active_channels
Array<string>
contact_id
required
integer
is_suppressed
required
boolean
suppressions
Array<object>
One row of the central contact_suppressions ledger.
object
category
required
Contact_initiated | org_initiated | system
string
channel
required
All | email | phone | linkedin
string
contact_id
required
integer
id
required
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string