{ "opencollection": "1.0.0", "info": { "name": "Amberflo Billing Customers Pricing Plans API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Pricing Plans", "type": "folder" }, "items": [ { "info": { "name": "Amberflo Assign Pricing Plan to Customer", "type": "http" }, "http": { "method": "POST", "url": "https://app.amberflo.io/payments-pricing-amberflo-customer-pricing", "body": { "type": "json", "data": "{}" } }, "docs": "Assign a pricing plan to a customer account." } ] } ], "bundled": true }