{ "opencollection": "1.0.0", "info": { "name": "Truto Admin Accounts Offers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Offers", "type": "folder" }, "items": [ { "info": { "name": "List offers", "type": "http" }, "http": { "method": "GET", "url": "https://api.truto.one/offers", "params": [ { "name": "integrated_account_id", "value": "", "type": "query", "description": "The ID of the integrated account (connected ATS provider instance) to query. Required for all Unified API requests." }, { "name": "application_id", "value": "", "type": "query", "description": "Filter offers by application ID." }, { "name": "status", "value": "", "type": "query", "description": "Filter offers by status." }, { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List job offers extended to candidates from the connected ATS provider." } ] } ], "bundled": true }