{ "opencollection": "1.0.0", "info": { "name": "Trakstar Hire Auth Interviews API", "version": "2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Interviews", "type": "folder" }, "items": [ { "info": { "name": "List Interviews", "type": "http" }, "http": { "method": "GET", "url": "https://{companyName}.hire.trakstar.com/api/v2/interviews", "params": [ { "name": "candidate", "value": "", "type": "query", "description": "Filter interviews by candidate ID." }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns a list of interviews, optionally filtered by candidate." }, { "info": { "name": "Get Interview", "type": "http" }, "http": { "method": "GET", "url": "https://{companyName}.hire.trakstar.com/api/v2/interviews/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific interview." } ] } ], "bundled": true }