{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Room Compositions API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Room Compositions", "type": "folder" }, "items": [ { "info": { "name": "View a list of room compositions.", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/room_compositions", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[date_created_at][eq], filter[date_created_at][gte], filter[date_created_at][lte], filter[session_id], filter[status]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[size], page[number]" } ] }, "docs": "View a list of room compositions." }, { "info": { "name": "Create a room composition.", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/room_compositions", "body": { "type": "json", "data": "{}" } }, "docs": "Asynchronously create a room composition." }, { "info": { "name": "View a room composition.", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/room_compositions/:room_composition_id", "params": [ { "name": "room_composition_id", "value": "", "type": "path", "description": "The unique identifier of a room composition." } ] }, "docs": "View a room composition." }, { "info": { "name": "Delete a room composition.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/room_compositions/:room_composition_id", "params": [ { "name": "room_composition_id", "value": "", "type": "path", "description": "The unique identifier of a room composition." } ] }, "docs": "Synchronously delete a room composition." } ] } ], "bundled": true }