{ "opencollection": "1.0.0", "info": { "name": "CleverTap REST Campaigns Reports API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-CleverTap-Account-Id", "value": "{{X-CleverTap-Account-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Get event counts", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.clevertap.com/1/counts/event.json", "body": { "type": "json", "data": "{}" } }, "docs": "Get event counts" }, { "info": { "name": "Get profile counts", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.clevertap.com/1/counts/profile.json", "body": { "type": "json", "data": "{}" } }, "docs": "Get profile counts" } ] } ], "bundled": true }