paypi.dev

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](https://emailverify.p

🔑 bearer 2 endpoints email
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

npm install paypi-plugin
# See https://github.com/payping/PayPing-Dot-Net-SDK
# See https://github.com/payping/PayPing-JavaScript-SDK
# See https://github.com/cinaaaa/payping-python-sdk
curl examples
Send verification code
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://ev.apis.paypi.dev/sendCode
Check verification code
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://ev.apis.paypi.dev/checkCode
Endpoints (2 total)
POST
/sendCode
Send verification code
POST
/checkCode
Check verification code
Language coverage
JavaScript
1
unknown
3
At a glance
Total SDKs4
Languages2
Endpoints2
Authbearer
Categories1
https://ev.apis.paypi.dev