{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Ip Records API", "version": "1.52.0" }, "items": [ { "info": { "name": "IpRecords", "type": "folder" }, "items": [ { "info": { "name": "ListIpRecord", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/IpRecords", "params": [ { "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}}" } } }, { "info": { "name": "CreateIpRecord", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/IpRecords", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchIpRecord", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/IpRecords/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the IP Record resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateIpRecord", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/IpRecords/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the IP Record resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteIpRecord", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/IpRecords/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the IP Record resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }