{ "opencollection": "1.0.0", "info": { "name": "Flutterwave Banks AccountResolution Customers 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": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.flutterwave.cloud/f4b/production/customers", "headers": [ { "name": "X-Idempotency-Key", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Retrieve a paginated list of customers." }, { "info": { "name": "Create A Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.flutterwave.cloud/f4b/production/customers", "headers": [ { "name": "X-Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customer record." }, { "info": { "name": "Retrieve A Customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.flutterwave.cloud/f4b/production/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve A Customer" }, { "info": { "name": "Update A Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flutterwave.cloud/f4b/production/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update A Customer" }, { "info": { "name": "Search Customers", "type": "http" }, "http": { "method": "POST", "url": "https://api.flutterwave.cloud/f4b/production/customers/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search Customers" } ] } ], "bundled": true }