{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts TerminalIot API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "TerminalIot", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Terminal Iot Connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/terminaliot/connect", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Terminal Iot Connection via the Flipdish Open API v1.0 (POST /api/v1.0/terminaliot/connect)." } ] } ], "bundled": true }