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>" } ] } '
{}
Create domain exclusions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Successful
success
duplicated
error
Was this page helpful?