{ "opencollection": "1.0.0", "info": { "name": "Meltwater Account Management Explore+ Analytics API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Explore+ Analytics", "type": "folder" }, "items": [ { "info": { "name": "Analyse earned data in your private index.", "type": "http" }, "http": { "method": "POST", "url": "https://api.meltwater.com/v3/explore_plus/analytics/custom", "params": [ { "name": "workspace_id", "value": "", "type": "query", "description": "Set the workspace to search by. If accessing the company space, set to `none`" }, { "name": "company_id", "value": "", "type": "query", "description": "Set the company to search by" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "docs": "Analyse earned data in your private index." }, { "info": { "name": "Fetch available analytics options.", "type": "http" }, "http": { "method": "GET", "url": "https://api.meltwater.com/v3/explore_plus/analytics/custom/catalog", "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "docs": "Fetch available analytics options." } ] } ], "bundled": true }