{ "opencollection": "1.0.0", "info": { "name": "Fountain Developer API (Hire API v2) Applicants Scheduling API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-ACCESS-TOKEN", "value": "{{X-ACCESS-TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Scheduling", "type": "folder" }, "items": [ { "info": { "name": "Create calendar slots", "type": "http" }, "http": { "method": "POST", "url": "https://api.fountain.com/v2/available-slots", "body": { "type": "json", "data": "{}" } }, "docs": "Create calendar slots" }, { "info": { "name": "Update calendar slot", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fountain.com/v2/available-slots/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update calendar slot" }, { "info": { "name": "Delete calendar slot", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fountain.com/v2/available-slots/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete calendar slot" }, { "info": { "name": "Book available slot", "type": "http" }, "http": { "method": "POST", "url": "https://api.fountain.com/v2/available-slots/:id/confirm", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Book available slot" }, { "info": { "name": "Cancel booked slot", "type": "http" }, "http": { "method": "POST", "url": "https://api.fountain.com/v2/booked-slots/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Cancel booked slot" } ] } ], "bundled": true }