Request

curl -X POST \
  "https://open-api.saleshandy.com/v1/dnc" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "items": [
    "[email protected]",
    "domain.com"
  ],
  "dncListId": 0
}'

Response

No response body