cURL
curl --request POST \ --url https://api.example.com/v1/email/validate \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "force": true } '
This function initiates email validation for the specified email and returns a job ID and estimated time.
Email validation launched