cURL
curl --request POST \ --url https://api.amplemarket.com/excluded-emails \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "excluded_emails": [ { "email": "<string>" } ] } '
200
Successful
{ "[email protected]": "duplicated", "[email protected]": "success"}
Create email exclusions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
success
duplicated
error
Was this page helpful?