Skip to main content
GET
/
excluded-emails
List excluded emails
curl --request GET \
  --url https://api.amplemarket.com/excluded-emails \
  --header 'Authorization: Bearer <token>'
{
  "excluded_emails": [
    {
      "email": "<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[email]
string

Filter by email keyword

Response

200 - application/json

successful

excluded_emails
object[]