{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Assessment Partner ActivityFeed Tests API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Tests", "type": "folder" }, "items": [ { "info": { "name": "List Partner Tests", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/list_tests" }, "docs": "Returns the catalog of tests this partner offers." } ] } ], "bundled": true }