{ "opencollection": "1.0.0", "info": { "name": "Contentstack Analytics Accounts Cache Analytics API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cache Analytics", "type": "folder" }, "items": [ { "info": { "name": "Get CDN cache usage metrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.contentstack.io/analytics/v2/cache-usage", "headers": [ { "name": "organization_uid", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns CDN cache hit and miss counts for the organization's content delivery. High cache miss rates may indicate cache configuration issues or stale cache invalidation frequency." } ] } ], "bundled": true }