{ "opencollection": "1.0.0", "info": { "name": "Modern Treasury AccountCapability LedgerAccountBalanceMonitor API", "version": "v1" }, "items": [ { "info": { "name": "LedgerAccountBalanceMonitor", "type": "folder" }, "items": [ { "info": { "name": "list ledger_account_balance_monitors", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/ledger_account_balance_monitors", "params": [ { "name": "after_cursor", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "metadata", "value": "", "type": "query", "description": "For example, if you want to query for records with metadata key `Type` and value `Loan`, the query would be `metadata%5BType%5D=Loan`. This encodes the query parameters." }, { "name": "id[]", "value": "", "type": "query", "description": "If you have specific IDs to retrieve in bulk, you can pass them as query parameters delimited with `id[]=`, for example `?id[]=123&id[]=abc`." }, { "name": "ledger_account_id", "value": "", "type": "query", "description": "Query the balance monitors for a single ledger account." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a list of ledger account balance monitors." }, { "info": { "name": "create ledger_account_balance_monitor", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:3000/api/ledger_account_balance_monitors", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a ledger account balance monitor." }, { "info": { "name": "get ledger_account_balance_monitor", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/ledger_account_balance_monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get details on a single ledger account balance monitor." }, { "info": { "name": "update ledger_account_balance_monitor", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:3000/api/ledger_account_balance_monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a ledger account balance monitor." }, { "info": { "name": "delete ledger_account_balance_monitor", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:3000/api/ledger_account_balance_monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a ledger account balance monitor." } ] } ], "bundled": true }