{ "opencollection": "1.0.0", "info": { "name": "Partner Api Bookings Categories API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-ACCESS-TOKEN", "value": "{{X-ACCESS-TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "List all categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.getyourguide.com/:version/categories", "params": [ { "name": "version", "value": "", "type": "path" }, { "name": "cnt_language", "value": "", "type": "query" }, { "name": "currency", "value": "USD", "type": "query", "description": "ISO 4217, The currency with which you would like to pay." }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "List all categories" }, { "info": { "name": "Get information about a category", "type": "http" }, "http": { "method": "GET", "url": "https://api.getyourguide.com/:version/categories/:category_id", "params": [ { "name": "version", "value": "", "type": "path" }, { "name": "category_id", "value": "", "type": "path" }, { "name": "cnt_language", "value": "", "type": "query" }, { "name": "currency", "value": "USD", "type": "query", "description": "ISO 4217, The currency with which you would like to pay." } ] }, "docs": "Get information about a category" } ] } ], "bundled": true }