What OTP types are supported on FastOTP?
Numeric
- This is a type of OTP token that consists of just numeric value or just numbers
101666
Alpha-numeric
- This is a type of OTP token that consists of both numeric and alphabetical values
ay6l8d
Alpha
- This is a type of OTP token that consists of only alphabetical values
ay6l8d
The OTP generated will only contain numeric valuesTo see this in action, make a
POST
request to the /generate
endpoint. You can read about all the parameters you can send in the API Reference.