{ "opencollection": "1.0.0", "info": { "name": "Partnerize Brands Attribution Participating Partners API", "version": "1.4.99" }, "items": [ { "info": { "name": "Participating Partners", "type": "folder" }, "items": [ { "info": { "name": "List all Participating Partners", "type": "http" }, "http": { "method": "GET", "url": "https://api.partnerize.com/campaign/:campaign_id/publisher", "params": [ { "name": "campaign_id", "value": "10l176", "type": "path", "description": "ID of the campaign" } ] }, "docs": "View all Partners Participating on the Campaign." }, { "info": { "name": "Update a Partner Participation on a Campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.partnerize.com/campaign/:campaign_id/publisher", "params": [ { "name": "campaign_id", "value": "10l176", "type": "path", "description": "ID of the campaign" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add new Campaign participations by passing each `publisher_id` along with the relevant `campaign_status` in an\nobject within a `publishers` array." }, { "info": { "name": "Retrieve a Participating Partner", "type": "http" }, "http": { "method": "GET", "url": "https://api.partnerize.com/campaign/:campaign_id/publisher/:publisher_id", "params": [ { "name": "campaign_id", "value": "10l176", "type": "path", "description": "ID of the Campaign" }, { "name": "publisher_id", "value": "1l1007802", "type": "path", "description": "ID of the Partner" } ] }, "docs": "View a specific Participating Partner." } ] } ], "bundled": true }