{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Pay Pal Account API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "PayPalAccount", "type": "folder" }, "items": [ { "info": { "name": "Get a PayPal account for a member.", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/paypal-account/:membershipId", "params": [ { "name": "membershipId", "value": "", "type": "path" } ] }, "docs": "Get a PayPal account for a member." }, { "info": { "name": "Upsert a PayPal account for a member.", "type": "http" }, "http": { "method": "PUT", "url": "http://app.splashscore.com/v1/paypal-account/:membershipId", "params": [ { "name": "membershipId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upsert a PayPal account for a member." } ] } ], "bundled": true }