{ "opencollection": "1.0.0", "info": { "name": "Management Applications Balance Transactions API", "version": "1" }, "items": [ { "info": { "name": "Balance Transactions", "type": "folder" }, "items": [ { "info": { "name": "Post BillingReports Balance Transactions", "type": "http" }, "http": { "method": "POST", "url": "https://api.moesif.com/v1/~/billing/reports/balance_transactions", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Post a billing report of type balance_transaction" } ] } ], "bundled": true }