{ "opencollection": "1.0.0", "info": { "name": "Revert Unified Chat API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-revert-api-token", "value": "{{x-revert-api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "List channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.revert.dev/chat/channels" }, "docs": "List channels" }, { "info": { "name": "List chat users", "type": "http" }, "http": { "method": "GET", "url": "https://api.revert.dev/chat/users" }, "docs": "List chat users" }, { "info": { "name": "Send a message", "type": "http" }, "http": { "method": "POST", "url": "https://api.revert.dev/chat/message", "body": { "type": "json", "data": "{}" } }, "docs": "Send a message" } ] } ], "bundled": true }