{ "opencollection": "1.0.0", "info": { "name": "Unit Accounts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/accounts", "params": [ { "name": "page[limit]", "value": "", "type": "query" }, { "name": "page[offset]", "value": "", "type": "query" } ] }, "docs": "Get List Accounts" }, { "info": { "name": "Create Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create Account" }, { "info": { "name": "Get Account by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Get Account by Id" }, { "info": { "name": "Update Account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.s.unit.sh/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Account" }, { "info": { "name": "Get Account Limits by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/accounts/:accountId/limits", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Get Account Limits by Id" }, { "info": { "name": "Freeze Account by Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/accounts/:accountId/freeze", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Freeze Account by Id" }, { "info": { "name": "Unfreeze Account by Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/accounts/:accountId/unfreeze", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Unfreeze Account by Id" }, { "info": { "name": "Close an Account by Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/accounts/:accountId/close", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Close an Account by Id" }, { "info": { "name": "Reopen an Account by Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/accounts/:accountId/reopen", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Reopen an Account by Id" }, { "info": { "name": "Enter Deposit Account Control Agreement by Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/accounts/:accountId/enter-daca", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Enter Deposit Account Control Agreement by Id" }, { "info": { "name": "Activate Deposit Account Control Agreement by Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/accounts/:accountId/activate-daca", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Activate Deposit Account Control Agreement by Id" }, { "info": { "name": "Deactivate Deposit Account Control Agreement by Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/accounts/:accountId/deactivate-daca", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Deactivate Deposit Account Control Agreement by Id" }, { "info": { "name": "Get Account Balance History", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/account-end-of-day", "params": [ { "name": "page[limit]", "value": "", "type": "query" }, { "name": "page[offset]", "value": "", "type": "query" } ] }, "docs": "Get Account Balance History" }, { "info": { "name": "Get Repayment Information", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/accounts/:accountId/repayment-information", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Get Repayment Information" }, { "info": { "name": "Get Deposit Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/accounts/:accountId/deposit-products", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Get Deposit Products" }, { "info": { "name": "Add Owners to Account by Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/accounts/:accountId/relationships/customers", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Owners to Account by Id" }, { "info": { "name": "Remove Owners from Account by Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.s.unit.sh/accounts/:accountId/relationships/customers", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Remove Owners from Account by Id" } ] } ], "bundled": true }