curl https://www.unosend.co/api/v1/suppressions?limit=10 \ -H "Authorization: Bearer un_your_api_key"
{ "data": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "email": "[email protected]", "reason": "hard_bounce", "source_email_id": "email_abc123", "metadata": { "bounce_type": "Permanent", "bounce_subtype": "NoEmail" }, "created_at": "2024-01-15T10:30:00.000Z" } ], "has_more": false, "next_cursor": null }
Retrieve a paginated list of suppressed email addresses.
hard_bounce
spam_complaint
manual
unsubscribe
Show Suppression object