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" \
...
Use this page to mock EmailVerify in your testing and development.
Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of EmailVerify, which will allow you to keep building and testing even if the actual API you isn't currently available.