I am curious if the Twilio 'lookup' API call will identify it as such:
/usr/local/bin/curl -s -X GET "https://lookups.twilio.com/v1/PhoneNumbers/$number?Type=carrier&Type=caller-name" -u $accountsid:$authtoken | /usr/local/bin/jq '.'
I am curious if the Twilio 'lookup' API call will identify it as such:
... which would be a very fast and simple way to validate a number before you (or your process) use it ...