{ "opencollection": "1.0.0", "info": { "name": "Truto Admin Accounts Candidates API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Candidates", "type": "folder" }, "items": [ { "info": { "name": "List candidates", "type": "http" }, "http": { "method": "GET", "url": "https://api.truto.one/candidates", "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": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List candidate profiles from the connected ATS provider." }, { "info": { "name": "Get candidate", "type": "http" }, "http": { "method": "GET", "url": "https://api.truto.one/candidates/:id", "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": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a single candidate by ID." } ] } ], "bundled": true }