{ "opencollection": "1.0.0", "info": { "name": "ParkWhiz / Arrive API v4 Accounts & Vehicles Venues & Events API", "version": "4.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.parkwhiz.com/v4/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Venues & Events", "type": "folder" }, "items": [ { "info": { "name": "Search venues", "type": "http" }, "http": { "method": "GET", "url": "https://api.parkwhiz.com/v4/venues" }, "docs": "Search venues" }, { "info": { "name": "Retrieve a venue", "type": "http" }, "http": { "method": "GET", "url": "https://api.parkwhiz.com/v4/venues/:venue_id", "params": [ { "name": "venue_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a venue" }, { "info": { "name": "List events at a venue", "type": "http" }, "http": { "method": "GET", "url": "https://api.parkwhiz.com/v4/venues/:venue_id/events", "params": [ { "name": "venue_id", "value": "", "type": "path" } ] }, "docs": "List events at a venue" }, { "info": { "name": "Search events", "type": "http" }, "http": { "method": "GET", "url": "https://api.parkwhiz.com/v4/events" }, "docs": "Search events" }, { "info": { "name": "Retrieve an event", "type": "http" }, "http": { "method": "GET", "url": "https://api.parkwhiz.com/v4/events/:event_id", "params": [ { "name": "event_id", "value": "", "type": "path" } ] }, "docs": "Retrieve an event" } ] } ], "bundled": true }