v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Suppressions

Add Bounces

Add Bounced. Required Access Level: ModifyContacts, ModifySuppressions

post/suppressions/bounces

Request body

string[] required

Response

Created

Emailstring string

Proper email address.

FriendlyErrorMessagestring string

RFC error message

ErrorCodeinteger nullable

SMTP Error code

DateUpdatedstring date-time nullable

Last change date

Example response

[
  {
    "Email": "mail@example.com",
    "FriendlyErrorMessage": "Mailbox not found",
    "DateUpdated": "2001-01-01T12:00:00"
  }
]