{ "opencollection": "1.0.0", "info": { "name": "Partnerize Brands Attribution Split API", "version": "1.4.99" }, "items": [ { "info": { "name": "Split", "type": "folder" }, "items": [ { "info": { "name": "List Split Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.partnerize.com/v2/campaigns/:campaignId/attribution/split", "params": [ { "name": "campaignId", "value": "", "type": "path", "description": "The ID of the Campaign" } ] }, "docs": "Get the Split attribution settings for the given Campaign" }, { "info": { "name": "Update Split Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.partnerize.com/v2/campaigns/:campaignId/attribution/split", "params": [ { "name": "campaignId", "value": "", "type": "path", "description": "The ID of the Campaign" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the Split settings for the given Campaign" } ] } ], "bundled": true }