{ "opencollection": "1.0.0", "info": { "name": "Method Managed Accounts API", "version": "2026-03-30" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Managed Accounts", "type": "folder" }, "items": [ { "info": { "name": "List all managed accounts", "type": "http" }, "http": { "method": "GET", "url": "https://production.methodfi.com/managed_accounts", "headers": [ { "name": "Method-Version", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all managed accounts for the team." }, { "info": { "name": "Retrieve a managed account", "type": "http" }, "http": { "method": "GET", "url": "https://production.methodfi.com/managed_accounts/:macc_id", "headers": [ { "name": "Method-Version", "value": "" } ], "params": [ { "name": "macc_id", "value": "", "type": "path", "description": "Unique identifier for the managed account." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single managed account by its identifier." }, { "info": { "name": "List managed account transactions", "type": "http" }, "http": { "method": "GET", "url": "https://production.methodfi.com/managed_accounts/:macc_id/transactions", "headers": [ { "name": "Method-Version", "value": "" } ], "params": [ { "name": "macc_id", "value": "", "type": "path", "description": "Unique identifier for the managed account." }, { "name": "page_limit", "value": "", "type": "query", "description": "Number of items per page." }, { "name": "page_cursor", "value": "", "type": "query", "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers." }, { "name": "from_date", "value": "", "type": "query", "description": "Filter results from this date (inclusive, YYYY-MM-DD format)." }, { "name": "to_date", "value": "", "type": "query", "description": "Filter results to this date (inclusive, YYYY-MM-DD format)." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a paginated list of transactions for a specific managed account." } ] } ], "bundled": true }