Features
OTP token expiry
How long can your tokens be valid for?
The validity of a token can be set by passing the time in minutes to the validity
attribute when generating a token.
The OTP generated will be valid for
10 minutes
To 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.