{ "opencollection": "1.0.0", "info": { "name": "Hex Cells Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "GetGroup", "type": "http" }, "http": { "method": "GET", "url": "https://app.hex.tech/api/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] } }, { "info": { "name": "EditGroup", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.hex.tech/api/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.hex.tech/api/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] } }, { "info": { "name": "ListGroups", "type": "http" }, "http": { "method": "GET", "url": "https://app.hex.tech/api/v1/groups", "params": [ { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortDirection", "value": "", "type": "query" } ] } }, { "info": { "name": "CreateGroup", "type": "http" }, "http": { "method": "POST", "url": "https://app.hex.tech/api/v1/groups", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }