{ "opencollection": "1.0.0", "info": { "name": "Moov Accounts Institutions API", "version": "v2026.04.00" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Institutions", "type": "folder" }, "items": [ { "info": { "name": "Look up financial institutions.", "type": "http" }, "http": { "method": "GET", "url": "https://api.moov.io/institutions", "params": [ { "name": "routingNumber", "value": "", "type": "query", "description": "The ABA routing number to look up." }, { "name": "name", "value": "", "type": "query", "description": "Filter by institution name." } ] }, "docs": "Validate a financial institution before initiating payment activity, or check which payment rails are available for a given routing number." } ] } ], "bundled": true }