POST
/
excluded-domains
{
  "existing_domain.com": "duplicated",
  "new_domain.com": "success"
}

Authorizations

Authorization
string
headerrequired

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

Headers

Authorization
string
required
Content-Type
string
required

Body

application/vnd.amp+json
excluded_domains
object[]
required

Response

200 - application/vnd.amp+json
{key}
enum<string>
Available options:
success,
duplicated,
error