{ "opencollection": "1.0.0", "info": { "name": "Partnerize Brands Attribution Metrics API", "version": "1.4.99" }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "List Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://api.partnerize.com/v2/campaigns/:campaign_id/fraud/metrics", "params": [ { "name": "campaign_id", "value": "", "type": "path", "description": "Campaign ID" }, { "name": "start_date", "value": "", "type": "query", "description": "Only count incidents after this date." }, { "name": "end_date", "value": "", "type": "query", "description": "Only count incidents before this date." } ] }, "docs": "Get Fraud Metrics for the campaign, including a count of each" } ] } ], "bundled": true }