cURL
curl --request POST \ --url https://api.linkupapi.com/v1/data/mail/validate \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "email": "<string>" }'
{ "status": "success", "data": { "email": "[email protected]", "is_valid": true, "is_catch_all": false } }
Validate if an email address is valid and deliverable
Show Properties
Was this page helpful?