{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Short Codes API", "version": "1.52.0" }, "items": [ { "info": { "name": "Short Codes", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Short Codes in a Messaging Service", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services/:ServiceSid/ShortCodes", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique identifier of the messaging service" } ] }, "docs": "Twilio List Short Codes in a Messaging Service" }, { "info": { "name": "Twilio Add a Short Code to a Messaging Service", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid/ShortCodes", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The unique identifier of the messaging service" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "ShortCodeSid", "value": "" } ] } }, "docs": "Twilio Add a Short Code to a Messaging Service" } ] } ], "bundled": true }