{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Communication Template API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Communication Template", "type": "folder" }, "items": [ { "info": { "name": "communicationTemplate.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/communicationTemplate.list" }, "docs": "List all enabled communication templates.\n\n**Requires the [`hiringProcessMetadataRead`](authentication#permissions-communicationtemplatelist) permission.**\n" } ] } ], "bundled": true }