Search for specific email addresses within a suppression group using the AutoSend API.
curl --request POST \
--url 'https://api.autosend.com/v1/suppression-groups/entries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"groupId": "AB12C3",
"reason": "unsubscribed",
"page": 1,
"limit": 20,
"startDate": "2026-01-01T00:00:00.000Z",
"endDate": "2026-03-01T00:00:00.000Z"
}'
{
"success": true,
"data": {
"entries": [
{
"id": "69b28d3f806d99a2a35e4f1d",
"email": "[email protected]",
"groupId": "AB12C3",
"reason": "BOUNCE",
"createdAt": "2026-03-12T09:54:07.697Z",
"updatedAt": "2026-03-12T09:54:07.697Z"
},
{
"id": "69aff842806d99a2a3527a5e",
"email": "[email protected]",
"groupId": "AB12C3",
"reason": "BOUNCE",
"createdAt": "2026-03-10T10:53:54.327Z",
"updatedAt": "2026-03-10T10:53:54.327Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 142,
"pages": 8
}
}
}
curl --request POST \
--url 'https://api.autosend.com/v1/suppression-groups/entries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"groupId": "AB12C3",
"reason": "unsubscribed",
"page": 1,
"limit": 20,
"startDate": "2026-01-01T00:00:00.000Z",
"endDate": "2026-03-01T00:00:00.000Z"
}'
{
"success": true,
"data": {
"entries": [
{
"id": "69b28d3f806d99a2a35e4f1d",
"email": "[email protected]",
"groupId": "AB12C3",
"reason": "BOUNCE",
"createdAt": "2026-03-12T09:54:07.697Z",
"updatedAt": "2026-03-12T09:54:07.697Z"
},
{
"id": "69aff842806d99a2a3527a5e",
"email": "[email protected]",
"groupId": "AB12C3",
"reason": "BOUNCE",
"createdAt": "2026-03-10T10:53:54.327Z",
"updatedAt": "2026-03-10T10:53:54.327Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 142,
"pages": 8
}
}
}
<token>, where <token> is your auth token.unsubscribed, bounced, spam_complaint).1 or greater. Defaults to 1.1 and 100. Defaults to 20.true, returns only entries belonging to global suppression groups.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"AB12C3"
"unsubscribed"
x >= 11
1 <= x <= 10020
"example.com"
"2026-01-01T00:00:00.000Z"
"2026-03-01T00:00:00.000Z"
false
curl --request POST \
--url 'https://api.autosend.com/v1/suppression-groups/entries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"groupId": "AB12C3",
"reason": "unsubscribed",
"page": 1,
"limit": 20,
"startDate": "2026-01-01T00:00:00.000Z",
"endDate": "2026-03-01T00:00:00.000Z"
}'
{
"success": true,
"data": {
"entries": [
{
"id": "69b28d3f806d99a2a35e4f1d",
"email": "[email protected]",
"groupId": "AB12C3",
"reason": "BOUNCE",
"createdAt": "2026-03-12T09:54:07.697Z",
"updatedAt": "2026-03-12T09:54:07.697Z"
},
{
"id": "69aff842806d99a2a3527a5e",
"email": "[email protected]",
"groupId": "AB12C3",
"reason": "BOUNCE",
"createdAt": "2026-03-10T10:53:54.327Z",
"updatedAt": "2026-03-10T10:53:54.327Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 142,
"pages": 8
}
}
}