{ "opencollection": "1.0.0", "info": { "name": "Togai Apis Accounts Metrics API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Get Togai Metrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.togai.com/metrics", "body": { "type": "json", "data": "{}" } }, "docs": "Togai Metrics API allows you to fetch different metrics from Events, Usage Meters and PricePlans with multiple queryable options.\nA single request can query up to five metrics. \nSingle response can contain a maximum of 300 data points.\n" } ] } ], "bundled": true }