Verify your 1st email
Last updated
Last updated
curl -X POST \
https://api.reacher.email/v0/check_email \
-H 'content-type: application/json' \
-H 'authorization: <YOUR_API_TOKEN>' \
-d '{"to_email": "[email protected]"}'// Output:
{
"input":"[email protected]",
"is_reachable":"safe",
// --snip--
}