{ "opencollection": "1.0.0", "info": { "name": "Orum Authentication Eligibility API", "version": "v2022-09-21" }, "items": [ { "info": { "name": "Eligibility", "type": "folder" }, "items": [ { "info": { "name": "A list of RTP and FedNow Eligible Routing Numbers", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/eligibility", "headers": [ { "name": "Orum-Version", "value": "" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns all routing numbers that are eligible for RTP and FedNow" }, { "info": { "name": "Check if a routing number is eligible for RTP or FedNow", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.orum.io/deliver/eligibility", "headers": [ { "name": "Orum-Version", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns routing number eligibility" } ] } ], "bundled": true }