{ "opencollection": "1.0.0", "info": { "name": "API Reference accounts billSwitch API", "version": "1.0.0" }, "items": [ { "info": { "name": "billSwitch", "type": "folder" }, "items": [ { "info": { "name": "Get Bill Switch Token", "type": "http" }, "http": { "method": "POST", "url": "https://host.com/v2/payment-cards/:payment_card_id/bill-switch/token", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "payment_card_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get Bill Switch Token" }, { "info": { "name": "Get Deposit Switch Token", "type": "http" }, "http": { "method": "POST", "url": "https://host.com/v2/payment-cards/:payment_card_id/deposit-switch/token", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "payment_card_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get Deposit Switch Token" } ] } ], "bundled": true }