{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Devices API", "version": "1.52.0" }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "ListDevice", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Devices", "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}}" } }, "docs": "Retrieve a list of all Devices registered with the Account." }, { "info": { "name": "FetchDevice", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Devices/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies this Device." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Device." }, { "info": { "name": "UpdateDevice", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Devices/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies this Device." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Device." }, { "info": { "name": "ListDeviceConfig", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Devices/:DeviceSid/Configs", "params": [ { "name": "DeviceSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies the Device." }, { "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}}" } }, "docs": "Retrieve a list of all Configs for a Device." }, { "info": { "name": "CreateDeviceConfig", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Devices/:DeviceSid/Configs", "params": [ { "name": "DeviceSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies the Device." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a config for a Microvisor Device." }, { "info": { "name": "FetchDeviceConfig", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Devices/:DeviceSid/Configs/:Key", "params": [ { "name": "DeviceSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies the Device." }, { "name": "Key", "value": "", "type": "path", "description": "The config key; up to 100 characters." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a Config for a Device." }, { "info": { "name": "UpdateDeviceConfig", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Devices/:DeviceSid/Configs/:Key", "params": [ { "name": "DeviceSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies the Device." }, { "name": "Key", "value": "", "type": "path", "description": "The config key; up to 100 characters." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a config for a Microvisor Device." }, { "info": { "name": "DeleteDeviceConfig", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Devices/:DeviceSid/Configs/:Key", "params": [ { "name": "DeviceSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies the Device." }, { "name": "Key", "value": "", "type": "path", "description": "The config key; up to 100 characters." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a config for a Microvisor Device." }, { "info": { "name": "ListDeviceSecret", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Devices/:DeviceSid/Secrets", "params": [ { "name": "DeviceSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies the Device." }, { "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}}" } }, "docs": "Retrieve a list of all Secrets for a Device." }, { "info": { "name": "CreateDeviceSecret", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Devices/:DeviceSid/Secrets", "params": [ { "name": "DeviceSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies the Device." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a secret for a Microvisor Device." }, { "info": { "name": "FetchDeviceSecret", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Devices/:DeviceSid/Secrets/:Key", "params": [ { "name": "DeviceSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies the Device." }, { "name": "Key", "value": "", "type": "path", "description": "The secret key; up to 100 characters." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a Secret for a Device." }, { "info": { "name": "UpdateDeviceSecret", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Devices/:DeviceSid/Secrets/:Key", "params": [ { "name": "DeviceSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies the Device." }, { "name": "Key", "value": "", "type": "path", "description": "The secret key; up to 100 characters." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a secret for a Microvisor Device." }, { "info": { "name": "DeleteDeviceSecret", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Devices/:DeviceSid/Secrets/:Key", "params": [ { "name": "DeviceSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies the Device." }, { "name": "Key", "value": "", "type": "path", "description": "The secret key; up to 100 characters." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a secret for a Microvisor Device." } ] } ], "bundled": true }