{ "opencollection": "1.0.0", "info": { "name": "Management Applications Billing Meters API", "version": "1" }, "items": [ { "info": { "name": "Billing Meters", "type": "folder" }, "items": [ { "info": { "name": "List Billing Meters", "type": "http" }, "http": { "method": "GET", "url": "https://api.moesif.com/v1/~/billing/meters", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Billing Meters" }, { "info": { "name": "Get Billing Meter by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.moesif.com/v1/~/billing/meters/:meterId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "meterId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Billing Meter by id" }, { "info": { "name": "Delete Billing Meter by id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.moesif.com/v1/~/billing/meters/:meterId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "query" }, { "name": "meterId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "https://api.moesif.com/v1/:orgId/oauth/access_tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Billing Meter by id" } ] } ], "bundled": true }