{ "opencollection": "1.0.0", "info": { "name": "Cross River Operating System (COS) Accounts Lending 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": "Lending", "type": "folder" }, "items": [ { "info": { "name": "Add a loan", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.crbcos.com/loan", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a loan record in the lending system. Served from the separate lending host (arixapisandbox.crbnj.net in sandbox) with its own OAuth server. MODELED request body." }, { "info": { "name": "Get loan details", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.crbcos.com/loandetail/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves the details of a loan by its ID." }, { "info": { "name": "Request loan funding rails", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.crbcos.com/loan/:id/fundinginfo", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requests new payment rails for funding a loan. MODELED request body." } ] } ], "bundled": true }