{ "opencollection": "1.0.0", "info": { "name": "TransferZero Account Debits Account Validation API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization-Key", "value": "{{Authorization-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Account Validation", "type": "folder" }, "items": [ { "info": { "name": "Validates the existence of a bank account or a mobile phone number", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.transferzero.com/v1/account_validations", "body": { "type": "json", "data": "{}" } }, "docs": "Validates the existence of a bank account or mobile phone number and returns the associated customer name" } ] } ], "bundled": true }