{ "opencollection": "1.0.0", "info": { "name": "Headout Partner Booking Collections API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Headout-Auth", "value": "{{Headout-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "List collections for a city", "type": "http" }, "http": { "method": "GET", "url": "https://www.headout.com/api/public/v2/collections", "params": [ { "name": "cityCode", "value": "", "type": "query" }, { "name": "languageCode", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset." }, { "name": "limit", "value": "", "type": "query", "description": "Pagination limit." } ] }, "docs": "List collections for a city" } ] } ], "bundled": true }