1

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?

shamila
  • 1,280
  • 6
  • 20
  • 45

2 Answers2

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.

Twilio Verify Best Practices

Alan
  • 10,465
  • 2
  • 8
  • 9