{ "opencollection": "1.0.0", "info": { "name": "Affiliate Apartment Search API", "version": "1.1.0" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search for offers based on the provided criteria", "type": "http" }, "http": { "method": "POST", "url": "https://external-api.holidu.com/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Retrieve a paginated list of offers matching specified filtering criteria, ranked by relevance. If dates are provided, only available offers for those dates are returned with exact pricing. Each offer includes basic property information." } ] } ], "bundled": true }