OTP Authenticator
1. Your users install Authenticator app on their iPhone/Android 2. You generate keys for your users (/new/), save them into DB 3. Users enroll their devices using QR code (/enroll/) 4. You confirm critical actions validating 2FA codes entered by users (/validate/)
OTP Authenticator endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
new /new/ |
Step 1. Generate new secret |
| POST |
new_v2 /new_v2/ |
Step 1. Generate new secret nb! This is the absolutely the same as the /new/, the only difference is that here we omit the return message "Your new secret: ", which makes it a… |
| POST |
validate /validate/ |
Step 3. Validate TOTP |
| POST |
print_qr /qr2/ |
Print QR code in PNG |
| POST |
enroll /enroll/ |
Step 2. Generate QR code and enroll using Google Authenticator app |
OTP Authenticator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $1 / month | — |
|