Reputation: 71
I'm using Twilio PHP Library to communicate with Twilio API. I need to find out which countries are allowed in client's Twilio account via their API. Did anybody found an API call to find this out?
I looked into Twilio API Documentation and PHP Twilio API reference, but did not found anything helpful.
Upvotes: 3
Views: 793
Reputation: 3811
There isn't a way to do it via the API. You must do this via the console under settings Geo Permissions.
Upvotes: 2