{ "opencollection": "1.0.0", "info": { "name": "Deliverect Channel Accounts Floors API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.deliverect.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Floors", "type": "folder" }, "items": [ { "info": { "name": "Deliverect Sync Floors", "type": "http" }, "http": { "method": "GET", "url": "https://api.deliverect.com/floors/locationId" }, "docs": "*This is a GET webhook set by the POS" } ] } ], "bundled": true }