Relative Content

Tag Archive for htmlangulartypescript.net-coretwilio

How to find mobile number is in real world existing using Twilio without country code

I am having an input field for mobile number which uses regex to validate number and on share it share some document to that number now my query is that i had verified that sometimes i receive message status response and Sent and sometimes delivered now my ultimate query is that i want to make sure that the number entered by user before form submitting is a real number i had tried to use this https://www.twilio.com/docs/lookup/v1-api/validation-and-formatting it uses country code and mobile number but issue is i ma not passing country code from frontend angular i had gone through couple of articles but i didnt found a way to verify my number without country code i am using Angular in frontend and .Net core 8 in backend