{ "opencollection": "1.0.0", "info": { "name": "SleekFlow Platform Companies API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Sleekflow-ApiKey", "value": "{{X-Sleekflow-ApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "Get companies", "type": "http" }, "http": { "method": "GET", "url": "https://api.sleekflow.io/v1/companies" }, "docs": "Returns a list of company records." }, { "info": { "name": "Create company", "type": "http" }, "http": { "method": "POST", "url": "https://api.sleekflow.io/v1/companies", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new company record." }, { "info": { "name": "Get company", "type": "http" }, "http": { "method": "GET", "url": "https://api.sleekflow.io/v1/companies/:companyId", "params": [ { "name": "companyId", "value": "", "type": "path" } ] }, "docs": "Returns a single company record." } ] } ], "bundled": true }