Skip to main content

SuppressionListResponse

data object[]required
  • Array [
  • idstringrequired

    Opaque identifier (also used as pagination cursor).

    emailstringrequired
    reasonstringrequired

    Possible values: [hard_bounce, soft_bounce, complaint, manual, unsubscribe]

    created_atstring<date-time>required
  • ]
  • has_morebooleanrequired
    next_cursorstring
    SuppressionListResponse
    {
    "data": [
    {
    "id": "string",
    "email": "string",
    "reason": "hard_bounce",
    "created_at": "2024-07-29T15:51:28.071Z"
    }
    ],
    "has_more": true,
    "next_cursor": "string"
    }