v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Suppressions

Get Suppression

Retrieve your suppression. Required Access Level: ViewContacts, ViewSuppressions

get/suppressions/{email}

Path parameters

emailstring string required

string

Example:mail@example.com

Proper email address.

Response

OK

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"
}