cURL
curl --request GET \ --url https://api.amplemarket.com/excluded-emails \ --header 'Authorization: Bearer <token>'
{ "excluded_emails": [ { "email": "<string>", "source": "<string>", "date_added": "<string>", "excluded_reason": "<string>" } ], "_links": { "self": { "href": "<string>" }, "prev": { "href": "<string>" }, "next": { "href": "<string>" } } }
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?