otp-2fa
OTP API (One-Time Password Application Programming Interface) is a service that allows developers to integrate OTP functionality into their applications, websites or systems. OTP is a password that is valid for only one login session or transaction, which enhances security by reducing the risk of password theft, hacking, or identity theft. OTP can be delivered to the user through various…
otp-2fa endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/createSecret /createSecret |
[Step 0] Create new secret |
| POST |
/getQRCode /getQRCode |
[Step 1] Get QR Code to easy add to any TOTP authenticator Supported Apps: Google Authenticator Microsoft Authenticator FreeOTP And other |
| POST |
/verifyCode /verifyCode |
[Step 2] Verify OTP code |
otp-2fa pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | 30 / second |
|
| ULTRA | $5 / month | 100 / second |
|