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