{ "opencollection": "1.0.0", "info": { "name": "Hyperscience Audit Logs Flow Runs API", "version": "5.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{server}.{company}.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Flow Runs", "type": "folder" }, "items": [ { "info": { "name": "Create flow run", "type": "http" }, "http": { "method": "POST", "url": "https://{server}.{company}.com/api/v5/flow_runs", "body": { "type": "json", "data": "{}" } }, "docs": "Create flow run" }, { "info": { "name": "Retrieve flow run", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.{company}.com/api/v5/flow_runs/:flow_run_id", "params": [ { "name": "flow_run_id", "value": "", "type": "path" } ] }, "docs": "Retrieve flow run" } ] } ], "bundled": true }