Skip to main content
POST
/
v1
/
email
/
validate
Launch email validation for a given email address
curl --request POST \
  --url https://api.example.com/v1/email/validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "force": true
}
'

Body

application/json
email
string
required
force
boolean | null

Response

Email validation launched