{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Messaging Services API", "version": "1.52.0" }, "items": [ { "info": { "name": "Messaging Services", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Messaging Services", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services", "params": [ { "name": "PageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of messaging services associated with your account." }, { "info": { "name": "Twilio Create a Messaging Service", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Create a new messaging service for managing senders and message configuration at scale." }, { "info": { "name": "Twilio Fetch a Messaging Service", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services/:ServiceSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique identifier of the messaging service" } ] }, "docs": "Twilio Fetch a Messaging Service" }, { "info": { "name": "Twilio Update a Messaging Service", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique identifier of the messaging service" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Twilio Update a Messaging Service" }, { "info": { "name": "Twilio Delete a Messaging Service", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/Services/:ServiceSid", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique identifier of the messaging service" } ] }, "docs": "Twilio Delete a Messaging Service" } ] } ], "bundled": true }