{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Trunking API", "version": "1.52.0" }, "items": [ { "info": { "name": "Trunking", "type": "folder" }, "items": [ { "info": { "name": "ListTrunkingCountry", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Trunking/Countries", "params": [ { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchTrunkingCountry", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Trunking/Countries/:IsoCountry", "params": [ { "name": "IsoCountry", "value": "", "type": "path", "description": "The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Country." }, { "info": { "name": "FetchTrunkingNumber", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Trunking/Numbers/:DestinationNumber", "params": [ { "name": "DestinationNumber", "value": "", "type": "path", "description": "The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number." }, { "name": "OriginationNumber", "value": "", "type": "query", "description": "The origination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch pricing information for a specific destination and, optionally, origination phone number." } ] } ], "bundled": true }