SuppressionDetail
emailstringrequired
suppressedbooleanrequired
reasonstring
Possible values: [hard_bounce, soft_bounce, complaint, manual, unsubscribe]
created_atstring<date-time>
bounce_history object[]
Array [
bounce_typestring
bounce_subtypestring
smtp_codeinteger
created_atstring<date-time>
]
SuppressionDetail
{
"email": "string",
"suppressed": true,
"reason": "hard_bounce",
"created_at": "2024-07-29T15:51:28.071Z",
"bounce_history": [
{
"bounce_type": "string",
"bounce_subtype": "string",
"smtp_code": 0,
"created_at": "2024-07-29T15:51:28.071Z"
}
]
}