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

Authorizations

X-API-Key
string
header
required

Key used to authenticate user API requests.

Body

application/json
emails
string<email>[]
required
Required array length: 1 - 1000 elements

Response

Successful Response