{ "opencollection": "1.0.0", "info": { "name": "SpotOn Reserve Availability Cash Deposits API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Cash Deposits", "type": "folder" }, "items": [ { "info": { "name": "SpotOn List Cash Deposits", "type": "http" }, "http": { "method": "GET", "url": "https://api.seatninja.com/locations/:locationId/cash-deposits", "params": [ { "name": "locationId", "value": "", "type": "path", "description": "The unique identifier for the location." }, { "name": "updatedAtStart", "value": "", "type": "query", "description": "Inclusive RFC 3339 start of the update range." }, { "name": "updatedAtEnd", "value": "", "type": "query", "description": "Exclusive RFC 3339 end of the update range." } ] }, "docs": "Retrieve all cash deposits updated within a specified date range for a location." }, { "info": { "name": "SpotOn Get Cash Deposit", "type": "http" }, "http": { "method": "GET", "url": "https://api.seatninja.com/locations/:locationId/cash-deposits/:cashDepositId", "params": [ { "name": "locationId", "value": "", "type": "path", "description": "The unique identifier for the location." }, { "name": "cashDepositId", "value": "", "type": "path", "description": "The unique identifier for the cash deposit." } ] }, "docs": "Retrieve a single cash deposit by its unique identifier for a location." } ] } ], "bundled": true }