{ "opencollection": "1.0.0", "info": { "name": "Channel Accounts Rules API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Rules", "type": "folder" }, "items": [ { "info": { "name": "List all company rules", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/company/rules" }, "docs": "List the company rules.\n\nRequired scope: `rules:read`" }, { "info": { "name": "List rules", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/rules" }, "docs": "List the rules of the company.\n\nRequired scope: `rules:read`" }, { "info": { "name": "Get rule", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path", "description": "The Rule ID" } ] }, "docs": "Fetch a rule.\n\nRequired scope: `rules:read`" }, { "info": { "name": "List teammate rules", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/teammates/:teammate_id/rules", "params": [ { "name": "teammate_id", "value": "", "type": "path", "description": "The teammate ID. Alternatively, you can supply an email as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1)." } ] }, "docs": "List the rules of a teammate.\n\nRequired scope: `rules:read`" }, { "info": { "name": "List team rules", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/teams/:team_id/rules", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The team ID" } ] }, "docs": "List the rules of a team (workspace).\n\nRequired scope: `rules:read`" } ] } ], "bundled": true }