{ "opencollection": "1.0.0", "info": { "name": "Rainbow Application Portal Applications Bubbles API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Bubbles", "type": "folder" }, "items": [ { "info": { "name": "List Bubbles", "type": "http" }, "http": { "method": "GET", "url": "https://openrainbow.com/api/rainbow/enduser/v1.0/bubbles", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of bubbles to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Returns the list of group chat rooms (bubbles) the authenticated user is a member of." }, { "info": { "name": "Create Bubble", "type": "http" }, "http": { "method": "POST", "url": "https://openrainbow.com/api/rainbow/enduser/v1.0/bubbles", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new group chat room (bubble). The creator becomes the owner." }, { "info": { "name": "Get Bubble", "type": "http" }, "http": { "method": "GET", "url": "https://openrainbow.com/api/rainbow/enduser/v1.0/bubbles/:bubbleId", "params": [ { "name": "bubbleId", "value": "", "type": "path", "description": "Unique identifier of the bubble" } ] }, "docs": "Returns details of a specific bubble (group room)." } ] } ], "bundled": true }