
OTP email verification API by PayPI. EmailVerify provides a simple way to verify email addresses. We send emails ourselves taking the burden of setting up email systems and tracking codes. To learn more about this API, check out EmailVerify documentation
All requests to the EmailVerify API must be authenticated with an API Key. To get an API key, subscribe to the EmailVerify here.
Set your Authorization header to Bearer YOUR-API-KEY.
curl
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR-API-KEY" \
...
Looking to integrate EmailVerify into your project? Our team can help you build custom connectors.
Get Integration Help