Skip to main content
GET
/
excluded-domains
List excluded domains
curl --request GET \
  --url https://api.amplemarket.com/excluded-domains \
  --header 'Authorization: Bearer <token>'
{
  "excluded_domains": [
    {
      "domain": "<string>",
      "source": "<string>",
      "date_added": "<string>",
      "excluded_reason": "<string>"
    }
  ],
  "_links": {
    "self": {
      "href": "<string>"
    },
    "prev": {
      "href": "<string>"
    },
    "next": {
      "href": "<string>"
    }
  }
}

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[domain]
string

Filter by domain keyword

Response

200 - application/json

successful

excluded_domains
object[]