cURL
curl --request GET \ --url https://api.amplemarket.com/excluded-emails \ --header 'Authorization: Bearer <token>'
{ "excluded_emails": [ { "email": "[email protected]", "source": "amplemarket", "date_added": "2025-12-04T13:57:23.414Z", "excluded_reason": "api" } ], "_links": { "self": { "href": "/excluded-emails?page[size]=2000" } } }
List excluded emails
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page size
Page after
Page before
Filter by email keyword
successful
Show child attributes
Was this page helpful?