{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Phone Numbers API", "version": "1.52.0" }, "items": [ { "info": { "name": "PhoneNumbers", "type": "folder" }, "items": [ { "info": { "name": "FetchPhoneNumber", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/PhoneNumbers/:PhoneNumber", "params": [ { "name": "PhoneNumber", "value": "", "type": "path", "description": "The phone number in E.164 format" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch the Inbound Processing Region assigned to a phone number." }, { "info": { "name": "UpdatePhoneNumber", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/PhoneNumbers/:PhoneNumber", "params": [ { "name": "PhoneNumber", "value": "", "type": "path", "description": "The phone number in E.164 format" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Assign an Inbound Processing Region to a phone number." } ] } ], "bundled": true }