Validate email addresses, phone numbers, VAT numbers and domain names
Validate email addresses, phone numbers, VAT numbers, and domain names using the Cloudmersive API.
import requests
url = "https://api.cloudmersive.com/validate/email/address/full"
payload = {"EmailAddress": "test@example.com"}
headers = {
"Content-Type": "application/json",
"Apikey": "YOUR_API_KEY"
}
response = requests.post(url, json=payload, headers=headers)
print(response.json())Last 50 checks (10 min intervals)