Skip to main content
POST
/
api
/
v1
/
dnc-domains
/
json
Insert Dnc Domains Json Api
curl --request POST \
  --url https://services.meetchase.ai/api/v1/dnc-domains/json \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "domains": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Key used to authenticate user API requests.

Body

application/json
domains
string[]
required
Required array length: 1 - 10000 elements
Required string length: 1 - 255

Response

Successful Response