{ "opencollection": "1.0.0", "info": { "name": "Headout Partner Booking Products API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Headout-Auth", "value": "{{Headout-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products for a city", "type": "http" }, "http": { "method": "GET", "url": "https://www.headout.com/api/public/v2/products", "params": [ { "name": "cityCode", "value": "", "type": "query", "description": "The city code to fetch products for." }, { "name": "collectionId", "value": "", "type": "query" }, { "name": "categoryId", "value": "", "type": "query" }, { "name": "subCategoryId", "value": "", "type": "query" }, { "name": "languageCode", "value": "", "type": "query" }, { "name": "currencyCode", "value": "", "type": "query" }, { "name": "campaignName", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset." }, { "name": "limit", "value": "", "type": "query", "description": "Pagination limit." } ] }, "docs": "Fetch products for a given city, optionally filtered by collection, category or subcategory." } ] } ], "bundled": true }