{ "opencollection": "1.0.0", "info": { "name": "Fountain Developer API (Hire API v2) Applicants Stages API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-ACCESS-TOKEN", "value": "{{X-ACCESS-TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Stages", "type": "folder" }, "items": [ { "info": { "name": "Retrieve stage", "type": "http" }, "http": { "method": "GET", "url": "https://api.fountain.com/v2/stages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The stage ID." } ] }, "docs": "Retrieve stage" }, { "info": { "name": "List available slots", "type": "http" }, "http": { "method": "GET", "url": "https://api.fountain.com/v2/stages/:id/available-slots", "params": [ { "name": "id", "value": "", "type": "path", "description": "The stage ID." } ] }, "docs": "List available slots" } ] } ], "bundled": true }