{ "opencollection": "1.0.0", "info": { "name": "Interswitch Recharge Airtime Recurring Charges API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Recurring Charges", "type": "folder" }, "items": [ { "info": { "name": "Charge Recurring Token", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.interswitchng.com/api/v2/purchases/recurrents", "body": { "type": "json", "data": "{}" } }, "docs": "Charge Recurring Token" } ] } ], "bundled": true }