{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Participants API", "version": "1.52.0" }, "items": [ { "info": { "name": "Participants", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Room Participants", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Rooms/:RoomSid/Participants", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID or unique name of the room" }, { "name": "Status", "value": "", "type": "query" }, { "name": "Identity", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of participants who have connected to a room." }, { "info": { "name": "Twilio Fetch a Participant", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Rooms/:RoomSid/Participants/:ParticipantSid", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID or unique name of the room" }, { "name": "ParticipantSid", "value": "", "type": "path", "description": "The SID of the participant" } ] }, "docs": "Twilio Fetch a Participant" }, { "info": { "name": "Twilio Disconnect a Participant", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Rooms/:RoomSid/Participants/:ParticipantSid", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID or unique name of the room" }, { "name": "ParticipantSid", "value": "", "type": "path", "description": "The SID of the participant" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "Status", "value": "" } ] } }, "docs": "Remove a participant from a room by setting their status to disconnected." }, { "info": { "name": "Twilio List Published Tracks", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Rooms/:RoomSid/Participants/:ParticipantSid/PublishedTracks", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID or unique name of the room" }, { "name": "ParticipantSid", "value": "", "type": "path", "description": "The SID of the participant" } ] }, "docs": "List the tracks a participant has published to a room." }, { "info": { "name": "Twilio Fetch Subscribe Rules", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Rooms/:RoomSid/Participants/:ParticipantSid/SubscribeRules", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID or unique name of the room" }, { "name": "ParticipantSid", "value": "", "type": "path", "description": "The SID of the participant" } ] }, "docs": "Twilio Fetch Subscribe Rules" }, { "info": { "name": "Twilio Update Subscribe Rules", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Rooms/:RoomSid/Participants/:ParticipantSid/SubscribeRules", "params": [ { "name": "RoomSid", "value": "", "type": "path", "description": "The SID or unique name of the room" }, { "name": "ParticipantSid", "value": "", "type": "path", "description": "The SID of the participant" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "Rules", "value": "" } ] } }, "docs": "Update the subscribe rules for a participant to control which tracks they receive." } ] } ], "bundled": true }