{ "opencollection": "1.0.0", "info": { "name": "Twilio - A2p Accounts API", "version": "1.52.0" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Accounts.json", "params": [ { "name": "FriendlyName", "value": "", "type": "query", "description": "Filter by friendly name" }, { "name": "Status", "value": "", "type": "query", "description": "Filter by account status" }, { "name": "PageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of subaccounts belonging to the main account." }, { "info": { "name": "Twilio Create a Subaccount", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Accounts.json", "body": { "type": "form-urlencoded", "data": [ { "name": "FriendlyName", "value": "" } ] } }, "docs": "Create a new subaccount under the main account." }, { "info": { "name": "Twilio Fetch an Account", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Accounts/:AccountSid.json", "params": [ { "name": "AccountSid", "value": "", "type": "path", "description": "The unique identifier of the Twilio account" } ] }, "docs": "Retrieve details for a specific account or subaccount." }, { "info": { "name": "Twilio Update an Account", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Accounts/:AccountSid.json", "params": [ { "name": "AccountSid", "value": "", "type": "path", "description": "The unique identifier of the Twilio account" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "FriendlyName", "value": "" }, { "name": "Status", "value": "" } ] } }, "docs": "Update account properties such as friendly name or status." } ] } ], "bundled": true }