{ "opencollection": "1.0.0", "info": { "name": "Truto Admin Accounts Companies API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "List companies", "type": "http" }, "http": { "method": "GET", "url": "https://api.truto.one/companies", "params": [ { "name": "integrated_account_id", "value": "", "type": "query", "description": "The ID of the integrated account (connected HRIS provider instance) to query. Required for all Unified API requests." }, { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List company records from the connected HRIS provider." } ] } ], "bundled": true }