{ "opencollection": "1.0.0", "info": { "name": "Increase Account Numbers Routing Numbers API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Routing Numbers", "type": "folder" }, "items": [ { "info": { "name": "List Routing Numbers", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/routing_numbers", "params": [ { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "routing_number", "value": "021000021", "type": "query" } ] }, "docs": "You can use this API to confirm if a routing number is valid, such as when a user is providing you with bank account details. Since routing numbers uniquely identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few [routing numbers are valid](/documentation/sandbox-test-values#routing-numbers). `110000000` is an example of a Sandbox routing number." } ] } ], "bundled": true }