{ "opencollection": "1.0.0", "info": { "name": "Partnerize Brands Attribution Payment Details API", "version": "1.4.99" }, "items": [ { "info": { "name": "Payment Details", "type": "folder" }, "items": [ { "info": { "name": "List Payment Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.partnerize.com/user/publisher/:publisher_id/payment_detail", "params": [ { "name": "publisher_id", "value": "1l1007802", "type": "path", "description": "ID of the partner" } ] }, "docs": "View all Payment Details for a partner." }, { "info": { "name": "Create Payment Details", "type": "http" }, "http": { "method": "POST", "url": "https://api.partnerize.com/user/publisher/:publisher_id/payment_detail", "params": [ { "name": "publisher_id", "value": "1l1007802", "type": "path", "description": "ID of the partner" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Payment Details for a partner." } ] } ], "bundled": true }