# EmailVerify **Provider:** EmailVerify **Category:** communication **Base URL:** `https://ev.apis.paypi.dev` **Auth:** bearer — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://paypi.dev ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://ev.apis.paypi.dev/checkCode` | Check verification code | | POST | `https://ev.apis.paypi.dev/sendCode` | Send verification code | ## Authentication Bearer token in the Authorization header ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://ev.apis.paypi.dev/checkCode' \ -H 'Authorization: Bearer YOUR_TOKEN' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Free tier for email verification; paid plans from $9/mo. --- *Source: [API Map](https://apimap.dev/apis/emailverify/) — CC BY 4.0*