{ "opencollection": "1.0.0", "info": { "name": "SleekFlow Platform Companies Staff and Teams API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Sleekflow-ApiKey", "value": "{{X-Sleekflow-ApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Staff and Teams", "type": "folder" }, "items": [ { "info": { "name": "Get all staff", "type": "http" }, "http": { "method": "GET", "url": "https://api.sleekflow.io/v1/staff" }, "docs": "Returns all staff members in the account." }, { "info": { "name": "Get staff", "type": "http" }, "http": { "method": "GET", "url": "https://api.sleekflow.io/v1/staff/:staffId", "params": [ { "name": "staffId", "value": "", "type": "path" } ] }, "docs": "Returns a single staff member." }, { "info": { "name": "Get all teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.sleekflow.io/v1/teams" }, "docs": "Returns all teams in the account." }, { "info": { "name": "Create team", "type": "http" }, "http": { "method": "POST", "url": "https://api.sleekflow.io/v1/teams", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new team." } ] } ], "bundled": true }