OTP Auth API
OTP Auth API The OTP Auth API enables easy and secure Two-Factor Authentication (2FA) for your applications. Using Twilio’s Verify API, it allows you to send One-Time Passwords (OTPs) via SMS to users' phone numbers for verifying their identity. Key Features: *Send OTP Codes: Generate and send OTPs to users via SMS. *Verify OTPs: Verify the OTPs provided by users to authenticate their actions.…
OTP Auth API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
GET /get-otp-code /get-otp-code |
This endpoint is used to send an OTP (One-Time Password) to a user's phone number via SMS using Twilio's Verify API. Request: Method: POST URL: /get-otp-code Body: The body of… |
| POST |
POST /verify-otp-code /verify-otp-code |
This endpoint is used to verify the OTP entered by the user. Once the user enters the OTP they received on their phone, this endpoint checks if the entered OTP matches the one… |
OTP Auth API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5.94 / month | 100 / hour |
|
| ULTRA | $30 / month | — |
|