I want to use Twilio's "Verify" service for my 4 digits OTP verification, but I don't see any expiry time mentioned in there api documents. I can't use there "Authy" service since my requirement is to have 4 digits OTP. Is it possible to set expiry time in Verify api or is there any standard time?
Asked
Active
Viewed 1,494 times
2 Answers
1
Tokens are valid for a default period of 10 minutes once generated. You can customize the validity period of your Service's tokens to any value between 2 minutes and 24 hours by contacting Support.
More details: Twillio Docs

Ernis A.
- 141
- 1
- 3
0
There is a standard time of 10 minutes, reference the documentation below.

Alan
- 10,465
- 2
- 8
- 9
-
it's possible to reduce that time? – Duran k Apr 22 '22 at 18:49
-
No, it is 10 minutes. Why? – Alan Apr 23 '22 at 00:16