{ "opencollection": "1.0.0", "info": { "name": "Interswitch Recharge Airtime Search API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Quick Transaction Search", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.interswitchng.com/transaction-search/api/v1/search/quick", "params": [ { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Quick Transaction Search" }, { "info": { "name": "Search By Reference", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.interswitchng.com/transaction-search/api/v1/search/reference", "params": [ { "name": "reference", "value": "", "type": "query" } ] }, "docs": "Search By Reference" }, { "info": { "name": "Bulk Transaction Search", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.interswitchng.com/transaction-search/api/v1/search/bulk", "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Transaction Search" } ] } ], "bundled": true }