{ "opencollection": "1.0.0", "info": { "name": "Daily REST CallTransfer Rooms API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Rooms", "type": "folder" }, "items": [ { "info": { "name": "List rooms", "type": "http" }, "http": { "method": "GET", "url": "https://api.daily.co/v1/rooms", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" } ] }, "docs": "List rooms" }, { "info": { "name": "Create a room", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms", "body": { "type": "json", "data": "{}" } }, "docs": "Create a room" }, { "info": { "name": "Get room configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.daily.co/v1/rooms/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get room configuration" }, { "info": { "name": "Set room configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set room configuration" }, { "info": { "name": "Delete a room", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.daily.co/v1/rooms/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete a room" }, { "info": { "name": "Get room presence", "type": "http" }, "http": { "method": "GET", "url": "https://api.daily.co/v1/rooms/:name/presence", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get room presence" }, { "info": { "name": "Send app message to room", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name/send-app-message", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send app message to room" }, { "info": { "name": "Retrieve session data", "type": "http" }, "http": { "method": "GET", "url": "https://api.daily.co/v1/rooms/:name/get-session-data", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Retrieve session data" }, { "info": { "name": "Store session data", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name/set-session-data", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Store session data" }, { "info": { "name": "Eject participants", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name/eject", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Eject participants" }, { "info": { "name": "Update participant permissions", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name/update-permissions", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update participant permissions" }, { "info": { "name": "Batch create rooms", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/batch/rooms", "body": { "type": "json", "data": "{}" } }, "docs": "Batch create rooms" }, { "info": { "name": "Batch delete rooms", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.daily.co/v1/batch/rooms", "body": { "type": "json", "data": "{}" } }, "docs": "Batch delete rooms" } ] } ], "bundled": true }