{ "opencollection": "1.0.0", "info": { "name": "Flutterwave Banks AccountResolution MobileNetworks API", "version": "4.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://idp.flutterwave.com/realms/flutterwave/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "MobileNetworks", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Mobile Networks", "type": "http" }, "http": { "method": "GET", "url": "https://api.flutterwave.cloud/f4b/production/mobile-networks", "params": [ { "name": "country", "value": "", "type": "query" } ] }, "docs": "Retrieve supported mobile networks by country." } ] } ], "bundled": true }