cURL
curl --request GET \ --url https://api.amplemarket.com/excluded-domains \ --header 'Authorization: Bearer <token>'
{ "excluded_domains": [ { "domain": "domain.com", "source": "amplemarket", "date_added": "2025-06-30T14:23:16.525Z", "excluded_reason": "api" } ], "_links": { "self": { "href": "/excluded-domains?page[size]=2000" } } }
List excluded domains
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 domain keyword
successful
The response is of type object.
object
Was this page helpful?