{ "opencollection": "1.0.0", "info": { "name": "Shift4 Payments Blacklist Subscriptions API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Create a Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Subscription" }, { "info": { "name": "Retrieve a Subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.shift4.com/subscriptions/:subscriptionId", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ] }, "docs": "Retrieve a Subscription" }, { "info": { "name": "Update a Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/subscriptions/:subscriptionId", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Subscription" } ] } ], "bundled": true }