{ "opencollection": "1.0.0", "info": { "name": "Method Account Updates API", "version": "2026-03-30" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account Updates", "type": "folder" }, "items": [ { "info": { "name": "List all account updates", "type": "http" }, "http": { "method": "GET", "url": "https://production.methodfi.com/accounts/:accountId/updates", "headers": [ { "name": "Method-Version", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique identifier for the account." }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination (1-indexed)." }, { "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." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of update records for the specified account." }, { "info": { "name": "Create an account update", "type": "http" }, "http": { "method": "POST", "url": "https://production.methodfi.com/accounts/:accountId/updates", "headers": [ { "name": "Method-Version", "value": "" }, { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique identifier for the account." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new update request for the specified account." }, { "info": { "name": "Retrieve an account update", "type": "http" }, "http": { "method": "GET", "url": "https://production.methodfi.com/accounts/:accountId/updates/:updateId", "headers": [ { "name": "Method-Version", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique identifier for the account." }, { "name": "updateId", "value": "", "type": "path", "description": "Unique identifier for the account update." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves an account update by its unique identifier." } ] } ], "bundled": true }