{ "opencollection": "1.0.0", "info": { "name": "AppyWay Availability RealTime ActivityTypes Regions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "API-KEY", "value": "{{API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Regions", "type": "folder" }, "items": [ { "info": { "name": "AppyWay Change Region Venues", "type": "http" }, "http": { "method": "POST", "url": "https://api.appyway.com/v1/availability-realtime/changeRegionVenues", "body": { "type": "json", "data": "{}" } }, "docs": "Change Region Venues" }, { "info": { "name": "AppyWay Fetch All Regions", "type": "http" }, "http": { "method": "POST", "url": "https://api.appyway.com/v1/availability-realtime/fetchAllRegions" }, "docs": "Returns a list with all the supported country regions." }, { "info": { "name": "AppyWay Fetches a Region By Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.appyway.com/v1/availability-realtime/fetchRegionById", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a country region object if a valid identifier is provided." } ] } ], "bundled": true }