Contacts

Get suppression status for a contact

Retrieve suppression status and removal quota for a contact by email or userId. Include only one query parameter.

get/v1/contacts/suppression

Query parameters

emailstring

Email address (URI-encoded)

userIdstring

Response

Successful.

isSuppressedboolean required

Whether the contact is suppressed.

Example response

{
  "removalQuota": {
    "limit": 100,
    "remaining": 10
  }
}

Changes