GET
/
excluded-domains
curl --request GET \
  --url https://api.amplemarket.com/excluded-domains \
  --header 'Authorization: Bearer <token>'
{
  "excluded_domains": [
    {
      "domain": "domain.com",
      "source": "amplemarket",
      "date_added": "2025-02-21T10:58:36.677Z",
      "excluded_reason": "api"
    }
  ],
  "_links": {
    "self": {
      "href": "/excluded-domains?page[size]=2000"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page[size]
string

Page size

page[after]
string

Page after

page[before]
string

Page before

filter
string

Filter by domain keyword

Response

200 - application/vnd.amp+json
successful
excluded_domains
object[]