{ "opencollection": "1.0.0", "info": { "name": "Later Influenceâ„¢ Influencer Level API", "version": "1.2.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Influencer Level", "type": "folder" }, "items": [ { "info": { "name": "getInfluencerPerformance", "type": "http" }, "http": { "method": "GET", "url": "https://api.mavrck.co/v1/reporting/influencer/performance", "params": [ { "name": "startDate", "value": "", "type": "query", "description": "Start date for the report, YYYY-MM-dd format" }, { "name": "endDate", "value": "", "type": "query", "description": "End date for the report, YYYY-MM-dd format" }, { "name": "instanceIds", "value": "", "type": "query", "description": "A list of instance ids. If not provided, all instances associated with the API credentials will be considered." }, { "name": "campaignIds", "value": "", "type": "query", "description": "A list of campaign ids (max 50 items)" }, { "name": "reportingGroupIds", "value": "", "type": "query", "description": "A list of reporting group ids" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of items per page" }, { "name": "pageNumber", "value": "", "type": "query", "description": "The page you would like to get data for" }, { "name": "sortProperty", "value": "", "type": "query", "description": "sortProperty must be one of the following values: engagements, impressions, engagementRate, estimatedValueGenerated, instagramReach, instagramSaved, instagramShares, instagramViews, instagramTotalInteractions, estimatedContentCost, cpm, cpe, estimatedRoi, postsCount, trackingLinksClicks, trackingLinksConversions, trackingLinksConversionValue, affiliateLinksClicks, affiliateLinksConversions, affiliateLinksConversionRate, affiliateLinksSales, affiliateLinksComissionEarned, affiliateLinksRoi, paidCost" }, { "name": "sortDirection", "value": "", "type": "query", "description": "ASC or DESC" }, { "name": "metrics", "value": "", "type": "query", "description": "A list of metrics to get the data for. Empty or undefined, to get all the metrics" } ] }, "docs": "Get influencer performance details." } ] } ], "bundled": true }