{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Hiring Team Role API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Hiring Team Role", "type": "folder" }, "items": [ { "info": { "name": "hiringTeamRole.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/hiringTeamRole.list", "body": { "type": "json", "data": "{}" } }, "docs": "Lists the possible hiring team roles in an organization\n\n**Requires the [`organizationRead`](authentication#permissions-hiringteamrolelist) permission.**\n" } ] } ], "bundled": true }