{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Networks API", "version": "1.52.0" }, "items": [ { "info": { "name": "Networks", "type": "folder" }, "items": [ { "info": { "name": "FetchNetwork", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Networks/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Network resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a Network resource." }, { "info": { "name": "ListNetwork", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Networks", "params": [ { "name": "IsoCountry", "value": "", "type": "query", "description": "The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resources to read." }, { "name": "Mcc", "value": "", "type": "query", "description": "The 'mobile country code' of a country. Network resources with this `mcc` in their `identifiers` will be read." }, { "name": "Mnc", "value": "", "type": "query", "description": "The 'mobile network code' of a mobile operator network. Network resources with this `mnc` in their `identifiers` will be read." }, { "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}}" } }, "docs": "Retrieve a list of Network resources." } ] } ], "bundled": true }