{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Player Streamers API", "version": "1.52.0" }, "items": [ { "info": { "name": "PlayerStreamers", "type": "folder" }, "items": [ { "info": { "name": "FetchPlayerStreamer", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/PlayerStreamers/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the PlayerStreamer resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns a single PlayerStreamer resource identified by a SID." }, { "info": { "name": "UpdatePlayerStreamer", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/PlayerStreamers/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the PlayerStreamer resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates a PlayerStreamer resource identified by a SID." }, { "info": { "name": "ListPlayerStreamer", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/PlayerStreamers", "params": [ { "name": "Order", "value": "", "type": "query", "description": "The sort order of the list by `date_created`. Can be: `asc` (ascending) or `desc` (descending) with `desc` as the default." }, { "name": "Status", "value": "", "type": "query", "description": "Status to filter by, with possible values `created`, `started`, `ended`, or `failed`." }, { "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": "Returns a list of PlayerStreamers." }, { "info": { "name": "CreatePlayerStreamer", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/PlayerStreamers", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchPlayerStreamerPlaybackGrant", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/PlayerStreamers/:Sid/PlaybackGrant", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the PlayerStreamer resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "**This method is not enabled.** Returns a single PlaybackGrant resource identified by a SID." }, { "info": { "name": "CreatePlayerStreamerPlaybackGrant", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/PlayerStreamers/:Sid/PlaybackGrant", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The unique string generated to identify the PlayerStreamer resource associated with this PlaybackGrant" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }