{ "opencollection": "1.0.0", "info": { "name": "Public Slite api Ask Groups API", "version": "1" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Get group by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.slite.com/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group ID to retrieve" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a group by ID" }, { "info": { "name": "Search groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.slite.com/v1/groups", "params": [ { "name": "query", "value": "Developers", "type": "query", "description": "Search query to match against name" }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor to use to continue fetching groups" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search for groups by name" } ] } ], "bundled": true }