Skip to main content
POST
/
v1
/
emails
/
validate
Launch multiple email validations for a list of email addresses
curl --request POST \
  --url https://api.example.com/v1/emails/validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "emails": [
    "<string>"
  ],
  "force": true
}
'

Body

application/json
emails
string[]
required
force
boolean | null

Response

Email validations launched