{ "opencollection": "1.0.0", "info": { "name": "Cross River Operating System (COS) Accounts API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://idptest.crbcos.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Open a deposit account", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.crbcos.com/core/v1/dda/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a deposit account (DDA) based on a product ID for a customer. MODELED request body." }, { "info": { "name": "Restrict an account", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.crbcos.com/core/v1/dda/accounts/:accountNumber/restrictions", "params": [ { "name": "accountNumber", "value": "", "type": "path", "description": "The deposit account number." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Applies a restriction (e.g. hold, freeze) to a deposit account. MODELED request body." }, { "info": { "name": "List account statements", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.crbcos.com/core/v1/dda/accounts/:accountNumber/statements", "params": [ { "name": "accountNumber", "value": "", "type": "path", "description": "The deposit account number." } ] }, "docs": "Retrieves statement information for a deposit account." } ] } ], "bundled": true }