{ "opencollection": "1.0.0", "info": { "name": "Method Account Products API", "version": "2026-03-30" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account Products", "type": "folder" }, "items": [ { "info": { "name": "List all account products", "type": "http" }, "http": { "method": "GET", "url": "https://production.methodfi.com/accounts/:accountId/products", "headers": [ { "name": "Method-Version", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique identifier for the account." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of products for the specified account." }, { "info": { "name": "Retrieve an account product", "type": "http" }, "http": { "method": "GET", "url": "https://production.methodfi.com/accounts/:accountId/products/:prdId", "headers": [ { "name": "Method-Version", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique identifier for the account." }, { "name": "prdId", "value": "", "type": "path", "description": "Unique identifier for the account product." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves an account product by its unique identifier." } ] } ], "bundled": true }