{ "opencollection": "1.0.0", "info": { "name": "Tripleseat Accounts Locations API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.tripleseat.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List Locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.tripleseat.com/v1/locations.json" }, "docs": "Retrieve all locations housed within a site." } ] } ], "bundled": true }