{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Interview Stage Group API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Interview Stage Group", "type": "folder" }, "items": [ { "info": { "name": "interviewStageGroup.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewStageGroup.list" }, "docs": "List all interview group stages for an interview plan in order.\n\n**Requires the [`interviewsRead`](authentication#permissions-interviewstagelist) permission.**\n" } ] } ], "bundled": true }