Prospects

Get Prospect Verification Status

POST /v1/prospects/verification-status

POST/v1/prospects/verification-status
POST
/v1/prospects/verification-status

To find the verification status of given emails

Authorization

x-api-key<token>

API key for Open API authentication

In: header

Request Body

application/jsonRequired

emailsarray<string>

Responses

200
Retrieve the verification status of given emails
{
  "payload": [
    {
      "email": "string",
      "verificationStatus": "valid"
    }
  ]
}

Request

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

Response

No response body