Suppression Groups
Search Suppression Entries
Search for specific email addresses within a suppression group using the AutoSend API.
POST
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Body
Filter entries to a specific suppression group ID.
Filter entries by suppression reason (e.g.
unsubscribed, bounced, spam_complaint).Page number for pagination. Must be
1 or greater. Defaults to 1.Number of results per page. Must be between
1 and 100. Defaults to 20.Free-text search string matched against the email address or other entry fields.
ISO 8601 timestamp. Returns only entries created on or after this date.
ISO 8601 timestamp. Returns only entries created on or before this date.
Filter entries to a specific email address.
When
true, returns only entries belonging to global suppression groups.Response
Suppression entries retrieved successfullyExample:
true