{ "opencollection": "1.0.0", "info": { "name": "SpotOn Reserve Availability Locations API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "SpotOn Get Location", "type": "http" }, "http": { "method": "GET", "url": "https://api.seatninja.com/locations/:locationId", "params": [ { "name": "locationId", "value": "", "type": "path", "description": "The unique identifier for the location." } ] }, "docs": "Retrieve the details for a single location by its unique identifier." } ] } ], "bundled": true }