是否有twilio api来检查我帐户中的号码是否为TollFree? [关闭]

I have to check if the numbers in my account are TollFree. Does twilio has an api to filter the TollFree number?

You can send HTTP GET request to:

/2010-04-01/Accounts/{YourAccountSid}/IncomingPhoneNumbers/TollFree

It will return a list of toll free number with paging information of your account.

Check this for more.