{ "opencollection": "1.0.0", "info": { "name": "Interswitch Recharge Airtime Detail API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Detail", "type": "folder" }, "items": [ { "info": { "name": "Get Transaction Detail", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.interswitchng.com/transaction-search/api/v1/transactions/:transactionId", "params": [ { "name": "transactionId", "value": "", "type": "path" } ] }, "docs": "Get Transaction Detail" } ] } ], "bundled": true }