{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers Departments API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Departments", "type": "folder" }, "items": [ { "info": { "name": "List Departments", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/companies/:company_id/departments", "params": [ { "name": "company_id", "value": "", "type": "path" } ] }, "docs": "List Departments" }, { "info": { "name": "Create A Department", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.remote.com/v1/companies/:company_id/departments", "params": [ { "name": "company_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create A Department" } ] } ], "bundled": true }