{ "opencollection": "1.0.0", "info": { "name": "Interswitch Recharge Airtime Name Inquiry API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Name Inquiry", "type": "folder" }, "items": [ { "info": { "name": "Resolve Account Name", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.interswitchng.com/quicktellerservice/api/v5/transactions/NameInquiry", "body": { "type": "json", "data": "{}" } }, "docs": "Look up the registered name on a bank account before initiating a transfer to it." } ] } ], "bundled": true }