{ "opencollection": "1.0.0", "info": { "name": "SpotOn Reserve Availability Waitlist API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Waitlist", "type": "folder" }, "items": [ { "info": { "name": "SpotOn Add to Waitlist", "type": "http" }, "http": { "method": "POST", "url": "https://api.seatninja.com/v2/reservations/:restaurantId/waitlist", "params": [ { "name": "restaurantId", "value": "", "type": "path", "description": "The unique identifier for the restaurant." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a guest to the waitlist at the specified restaurant." } ] } ], "bundled": true }