{ "opencollection": "1.0.0", "info": { "name": "Groove REST API v1 Agents Messages API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "List messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.groovehq.com/v1/messages" }, "docs": "List messages" }, { "info": { "name": "Create a message", "type": "http" }, "http": { "method": "POST", "url": "https://api.groovehq.com/v1/messages" }, "docs": "Create a message" }, { "info": { "name": "Find a message", "type": "http" }, "http": { "method": "GET", "url": "https://api.groovehq.com/v1/messages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Find a message" } ] } ], "bundled": true }