{ "opencollection": "1.0.0", "info": { "name": "Contentstack Analytics Accounts Usage Analytics API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Usage Analytics", "type": "folder" }, "items": [ { "info": { "name": "Get usage analytics", "type": "http" }, "http": { "method": "POST", "url": "https://api.contentstack.io/analytics/v2/usage-analytics", "headers": [ { "name": "organization_uid", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Provides bandwidth and API call utilization metrics across specified Contentstack services. Useful for monitoring overall platform usage trends and capacity planning." } ] } ], "bundled": true }