{ "info": { "_postman_id": "543b61ef-9560-4ee3-9896-7e0f78213690", "name": "Method Account Attributes Managed Accounts API", "description": "The Method API enables you to retrieve financial data, create payments, and manage\nentities and accounts programmatically. This specification covers the public API\nsurface for version `2025-12-01`.\n\n## Authentication\n\nMost API requests require a Bearer token in the `Authorization` header.\nUse your secret key (`sk_...`) for server-side requests and public key (`pk_...`)\nfor client-side Element requests. Public Message-Level Encryption key discovery\nendpoints are documented separately and do not require authentication.\n\n## Versioning\n\nThe API version is selected via the `Method-Version` header. This spec targets\nversion `2025-12-01`. The SDK sets this header automatically.\n\n## Response Envelope\n\nMost JSON responses are wrapped in a standard envelope:\n\n```json\n{\n \"success\": true,\n \"data\": { ... },\n \"message\": null\n}\n```\n\nThe `/.well-known/jwks.json` endpoint is an exception and returns a bare JWK set.\n\n## Pagination\n\nList endpoints return pagination metadata in response headers:\n`Pagination-Page`, `Pagination-Page-Count`, `Pagination-Page-Limit`,\n`Pagination-Total-Count`, `Pagination-Page-Cursor-Prev`, `Pagination-Page-Cursor-Next`.\n\n## Expandable Fields\n\nCertain resource fields can be expanded from IDs to full objects using the\n`expand` query parameter. Maximum nesting depth is 4 levels.\n\n\nContact Support:\n Name: Method Financial\n Email: team@methodfi.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-543b61ef-9560-4ee3-9896-7e0f78213690" }, "item": [ { "name": "managed_accounts", "item": [ { "name": "{macc_id}", "item": [ { "name": "transactions", "item": [ { "name": "List managed account transactions", "id": "2659263f-e543-4a67-91b0-4ec2650762ae", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id/transactions?page_limit=100&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id", "transactions" ], "query": [ { "description": "Number of items per page.", "key": "page_limit", "value": "100" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "id": "71ef667e-36d0-4b2c-923d-9d7d27b662bc", "key": "macc_id", "value": "macc_iN", "description": "(Required) Unique identifier for the managed account." } ] }, "description": "Returns a paginated list of transactions for a specific managed account." }, "response": [ { "id": "5b23ab10-be3b-4df4-8b57-19659700563c", "name": "A paginated list of transactions for the managed account.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id/transactions?page_limit=100&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id", "transactions" ], "query": [ { "description": "Number of items per page.", "key": "page_limit", "value": "100" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "macc_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Pagination-Page-Cursor-Next", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": [\n {\n \"id\": \"macc_txn_LwD\",\n \"description\": \"\",\n \"date\": \"\",\n \"amount\": \"\"\n },\n {\n \"id\": \"macc_txn_ZGk1UiTBl\",\n \"description\": \"\",\n \"date\": \"\",\n \"amount\": \"\"\n }\n ],\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-5b23ab10-be3b-4df4-8b57-19659700563c" }, { "id": "7bc16b94-8440-426f-b20e-7edcf56dca71", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id/transactions?page_limit=100&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id", "transactions" ], "query": [ { "description": "Number of items per page.", "key": "page_limit", "value": "100" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "macc_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-7bc16b94-8440-426f-b20e-7edcf56dca71" }, { "id": "472f54cf-cb3c-4aeb-9d6e-44c2d04ba4a4", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id/transactions?page_limit=100&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id", "transactions" ], "query": [ { "description": "Number of items per page.", "key": "page_limit", "value": "100" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "macc_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-472f54cf-cb3c-4aeb-9d6e-44c2d04ba4a4" }, { "id": "abd4f203-955c-4527-a56e-157c676a667f", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id/transactions?page_limit=100&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id", "transactions" ], "query": [ { "description": "Number of items per page.", "key": "page_limit", "value": "100" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "macc_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-abd4f203-955c-4527-a56e-157c676a667f" }, { "id": "c2b50790-59d5-4be4-9fef-d0cd6dea16c4", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id/transactions?page_limit=100&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id", "transactions" ], "query": [ { "description": "Number of items per page.", "key": "page_limit", "value": "100" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "macc_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Number of seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-c2b50790-59d5-4be4-9fef-d0cd6dea16c4" }, { "id": "f7f3dfea-80b1-47aa-abe1-6a5cc3f2f114", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id/transactions?page_limit=100&page_cursor=&from_date=&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id", "transactions" ], "query": [ { "description": "Number of items per page.", "key": "page_limit", "value": "100" }, { "description": "Cursor for cursor-based pagination. Use the value from `Pagination-Page-Cursor-Next` or `Pagination-Page-Cursor-Prev` response headers.", "key": "page_cursor", "value": "" }, { "description": "Filter results from this date (inclusive, YYYY-MM-DD format).", "key": "from_date", "value": "" }, { "description": "Filter results to this date (inclusive, YYYY-MM-DD format).", "key": "to_date", "value": "" } ], "variable": [ { "key": "macc_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-f7f3dfea-80b1-47aa-abe1-6a5cc3f2f114" } ], "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-2659263f-e543-4a67-91b0-4ec2650762ae" } ], "id": "3d559291-0601-4690-91ee-5c059decd52a", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-3d559291-0601-4690-91ee-5c059decd52a" }, { "name": "Retrieve a managed account", "id": "07d19597-181b-44fc-890d-bd1ff3f482e4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id" ], "variable": [ { "id": "b0a8b972-3bfd-4f4d-821e-407e416df810", "key": "macc_id", "value": "macc_iN", "description": "(Required) Unique identifier for the managed account." } ] }, "description": "Returns a single managed account by its identifier." }, "response": [ { "id": "74260ccf-e58a-4401-8625-fe7f316a41a0", "name": "The requested managed account.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id" ], "variable": [ { "key": "macc_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"macc_mtlB7VnUYy\",\n \"routing\": \"\",\n \"number\": \"\",\n \"current_balance\": \"\",\n \"available_balance\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-74260ccf-e58a-4401-8625-fe7f316a41a0" }, { "id": "c0a51055-811b-409e-8d66-3837f65003d0", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id" ], "variable": [ { "key": "macc_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-c0a51055-811b-409e-8d66-3837f65003d0" }, { "id": "dc1786d5-a43a-456b-abbb-5d285efd961d", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id" ], "variable": [ { "key": "macc_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-dc1786d5-a43a-456b-abbb-5d285efd961d" }, { "id": "f5f70f3c-2a9f-41bc-a37e-97611f6b9de9", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id" ], "variable": [ { "key": "macc_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-f5f70f3c-2a9f-41bc-a37e-97611f6b9de9" }, { "id": "17f41c32-1a23-4bb0-8345-00541e396a16", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id" ], "variable": [ { "key": "macc_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Number of seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-17f41c32-1a23-4bb0-8345-00541e396a16" }, { "id": "94954862-3c1f-4191-904b-0fae7c6dbeb0", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts/:macc_id", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts", ":macc_id" ], "variable": [ { "key": "macc_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-94954862-3c1f-4191-904b-0fae7c6dbeb0" } ], "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-07d19597-181b-44fc-890d-bd1ff3f482e4" } ], "id": "4bc3611d-b8b3-4ed0-b5ff-d7b2c4f42c29", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-4bc3611d-b8b3-4ed0-b5ff-d7b2c4f42c29" }, { "name": "List all managed accounts", "id": "267d5f95-da28-4279-acdc-d209e68ef621", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/managed_accounts", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts" ] }, "description": "Returns all managed accounts for the team." }, "response": [ { "id": "ff8e7eaa-22e2-408c-8418-a7a7d252a60c", "name": "A list of managed accounts.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": [\n {\n \"id\": \"macc_ZY\",\n \"routing\": \"\",\n \"number\": \"\",\n \"current_balance\": \"\",\n \"available_balance\": \"\"\n },\n {\n \"id\": \"macc_Xn4oun1\",\n \"routing\": \"\",\n \"number\": \"\",\n \"current_balance\": \"\",\n \"available_balance\": \"\"\n }\n ],\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-ff8e7eaa-22e2-408c-8418-a7a7d252a60c" }, { "id": "c0cfd94c-177e-4d37-8379-5d048e6c990b", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-c0cfd94c-177e-4d37-8379-5d048e6c990b" }, { "id": "edc45b17-1783-4de3-a964-14019f810b1b", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-edc45b17-1783-4de3-a964-14019f810b1b" }, { "id": "5d03ce54-7310-4805-9fe3-78d3ceee039a", "name": "Too many requests - rate limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Number of seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-5d03ce54-7310-4805-9fe3-78d3ceee039a" }, { "id": "897330a0-0791-4e02-8c81-5202e488395d", "name": "Internal server error.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) API version to use for this request. This spec targets `2025-12-01`.\nThe SDK sets this header automatically.\n", "key": "Method-Version", "value": "2025-12-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/managed_accounts", "host": [ "{{baseUrl}}" ], "path": [ "managed_accounts" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"api_error\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-897330a0-0791-4e02-8c81-5202e488395d" } ], "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-267d5f95-da28-4279-acdc-d209e68ef621" } ], "id": "296fe19e-4ee5-45cc-8341-680cb96549c5", "createdAt": "2026-07-28T02:12:32.000Z", "updatedAt": "2026-07-28T02:12:32.000Z", "uid": "35240-296fe19e-4ee5-45cc-8341-680cb96549c5" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }