{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Heartbeat 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": "Heartbeat", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Ping", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/heartbeat", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Ping via the Flipdish Open API v1.0 (GET /api/v1.0/heartbeat)." }, { "info": { "name": "HeadPing", "type": "http" }, "http": { "method": "HEAD", "url": "https://api.flipdish.co/api/v1.0/heartbeat", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "Flipdish Hostname", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/heartbeat/Hostname", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Hostname via the Flipdish Open API v1.0 (GET /api/v1.0/heartbeat/Hostname)." }, { "info": { "name": "HeadHostname", "type": "http" }, "http": { "method": "HEAD", "url": "https://api.flipdish.co/api/v1.0/heartbeat/Hostname", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } } ] } ], "bundled": true }