{ "opencollection": "1.0.0", "info": { "name": "Stream Chat API (Server-side REST) Application Permissions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Permissions", "type": "folder" }, "items": [ { "info": { "name": "List permissions", "type": "http" }, "http": { "method": "GET", "url": "https://chat.stream-io-api.com/permissions" }, "docs": "List all permissions available in the application." }, { "info": { "name": "Get a permission", "type": "http" }, "http": { "method": "GET", "url": "https://chat.stream-io-api.com/permissions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a permission" } ] } ], "bundled": true }