curl --request POST \ --url https://api.enrow.io/email/verify/single \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' \ --data '{ "email": "pam.beesly@dundermifflin.com" }'
{ "message": "Single verification operating", "id": "0cf517bc-16e8-45bc-b967-ab9116b3c804", "credits_used": 0.25, "credits": { "amount": 0.25, "source": "sub", "split": { "fromPaygo": 0, "fromSub": 0.25 } } }
Validate a single email address
https://api.enrow.io/email/verify/single
Show custom object
Show settings properties
Show credits properties
sub
paygo
fromSub
fromPaygo
Invalid JSON input
No apikey found in the x-api-key headers
This apikey is not valid
Insufficient balance
Was this page helpful?