{ "opencollection": "1.0.0", "info": { "name": "IO.Common Accounts Gravity API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Gravity", "type": "folder" }, "items": [ { "info": { "name": "Get gravity bin health stats", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/Gravity/bins/state", "params": [ { "name": "locationId", "value": "", "type": "query" }, { "name": "dateFrom", "value": "", "type": "query" }, { "name": "dateTo", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identity.scanbro.com/connect/authorize", "accessTokenUrl": "https://identity.scanbro.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get gravity bin health stats" } ] } ], "bundled": true }