Skip to main content
POST
/
excluded-domains
Create domain exclusions
curl --request POST \
  --url https://api.amplemarket.com/excluded-domains \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "excluded_domains": [
    {
      "domain": "<string>"
    }
  ]
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
excluded_domains
object[]
required

Response

Successful

{key}
enum<string>
Available options:
success,
duplicated,
error