{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Fleets API", "version": "1.52.0" }, "items": [ { "info": { "name": "Fleets", "type": "folder" }, "items": [ { "info": { "name": "ListFleet", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Fleets", "params": [ { "name": "NetworkAccessProfile", "value": "", "type": "query", "description": "The SID or unique name of the Network Access Profile that controls which cellular networks the Fleet's SIMs can connect to." }, { "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 Fleets from your account." }, { "info": { "name": "CreateFleet", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Fleets", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a Fleet" }, { "info": { "name": "FetchFleet", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Fleets/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Fleet resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a Fleet instance from your account." }, { "info": { "name": "UpdateFleet", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Fleets/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Fleet resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates the given properties of a Super SIM Fleet instance from your account." } ] } ], "bundled": true }