Request

curl -X POST \
  "https://open-api.saleshandy.com/v1/prospects/verification-status" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "emails": [
    "string"
  ]
}'

Response

No response body