Simple 2FA
Our OTP API handles the entire verification flow: generate code, send via SMS or WhatsApp, verify user input.
How It Works
- Call
POST /v2/otp/sendwith the recipient's phone number - We send a 6-digit code via SMS
- User enters the code in your app
- You verify with
POST /v2/otp/verify
Security Features
- Codes expire after 10 minutes
- Maximum 3 verification attempts
- Rate limiting to prevent brute force