Matus Rohal
Matus Rohal

Reputation: 71

How to get Twilio Geo Permissions set in Account via API?

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

Answers (1)

Megan Speir
Megan Speir

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

Related Questions