You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Hi, we need to verify if a local number is one of two countries. Using the locally formatted number, is there anyway for us to do this without making multiple requests?
Hi, we need to verify if a local number is one of two countries. Using the locally formatted number, is there anyway for us to do this without making multiple requests?
Here is what one of our requests looks like today:
http://apilayer.net/api/validate?access_key=xxxx&number=8888888888&country_code=AU
But here is and example of what we'd like to do:
http://apilayer.net/api/validate?access_key=xxxx&number=8888888888&country_code=AU,US
The text was updated successfully, but these errors were encountered: