cURL
curl --request POST \ --url https://api.amplemarket.com/excluded-domains \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "excluded_domains": [ { "domain": "<string>" } ] }'
200
Successful
{ "existing_domain.com": "duplicated", "new_domain.com": "success"}
Create domain exclusions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object
Was this page helpful?