Questions tagged [twilio-verify]

9 questions
3
votes
1 answer

Why can't I send a Twilio Verify SMS to caller in Mexico?

Setup I have been testing my Twilio app successfully for a while now using two USA-based numbers (+1 country code). The Verify tokens have been delivered successfully via SMS and the verification check statuses come back 'approved'. Life is good!…
chemturion
  • 283
  • 2
  • 16
2
votes
3 answers

Twilio REST Exception HTTP 429 error: Unable to create record: Too many requests

I have created an app in Django. Using Twilio Verify API (free trial) for OTP. Problem:- It's working fine but when a user try to get the OTP multiple times, Twilio creates an exception "HTTP 429 error: Unable to create record: Too many requests".…
Durgendra
  • 145
  • 2
  • 11
0
votes
0 answers

Some of my users are not getting the verification code

I have an app that requirs users to verify their phone number. The app has mainly been used by people in Canada, until today. Now I'm getting a high number of reports from users in the USA that they are not receiving the verification code. I can see…
0
votes
0 answers

Twilio verification response on nodejs backend service contains all my environment variables, how to safeguard them?

I've been looking through my in-production app's logs in GCP and noticed that the verification response that I am logging contains all my process.env values and secrets including TLS certificates, DB connection strings, everything. Screenshot…
SebastianG
  • 8,563
  • 8
  • 47
  • 111
0
votes
0 answers

Why is Twilio Lookup V2 API is returning incorrect number

We are using Twilio to send SMS messages in our C# application. We have been sending SMS messages to only US numbers, but now we want to send to other countries. I have looked at using the Twilio Lookup API in order to get the mobile number plus…
Jerry
  • 6,357
  • 8
  • 35
  • 50
0
votes
1 answer

Can I sent the same OTP in SMS and in Email using twilio verify?

We want to provide an option to end user so that the user can get 2FA code in both way(in email and in SMS at same time)? Is it possible to send the same OTP via email as well as SMS at same time in verify? I tryed with single verification channel…
0
votes
1 answer

Asp.Net Core 6 Scoped Filter inject UserManager

I'm working on linking Twilio Verify into an Asp.Net Core web site. I'm pretty sure I have to figure out how to access UserManager in the filter (constructor). But, I don't know how to access it. My VerifyFilter: public class VerifyFilter :…
Nick Jacobs
  • 579
  • 2
  • 9
  • 29
0
votes
1 answer

How do I debug the slowness of Email OTP using Twilio Verify API

I am using Twilio's Verify API for authenticating my users through email and SMS by sending them an OTP. So here are the observations and current situation. SMS OTPs are almost instantly delivered Email OTPs are sometimes instantly delivered and…
-2
votes
1 answer

Migrate Authy TOTP to verify

We are trying to migrate the TOTP factor from Authy to Verify API in Twilio. We reference the following article for the…