{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours Weather API", "version": "bearer.v1" }, "items": [ { "info": { "name": "Weather", "type": "folder" }, "items": [ { "info": { "name": "Get list of available weather types", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/weather/eventTypes", "params": [ { "name": "subscriberId", "value": "", "type": "query" } ] }, "docs": "Get list of available weather types" }, { "info": { "name": "Get SubscriberIds With WeatherOverlayOnMap Feature Flag", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/weather/subscribers" }, "docs": "Get SubscriberIds With WeatherOverlayOnMap Feature Flag" } ] } ], "bundled": true }