cURL
curl --request GET \ --url https://api.amplemarket.com/excluded-emails \ --header 'Authorization: Bearer <token>'
{ "excluded_emails": [ { "email": "someone@domain.com", "source": "amplemarket", "date_added": "2025-06-30T14:23:17.159Z", "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
The response is of type object.
object
Was this page helpful?