{ "info": { "_postman_id": "4bfd2b49-ed99-40b5-a102-50d6a658f977", "name": "Method Account Attributes Entity Products 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:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "lastUpdatedBy": "35240", "uid": "35240-4bfd2b49-ed99-40b5-a102-50d6a658f977" }, "item": [ { "name": "entities", "item": [ { "name": "{entityId}", "item": [ { "name": "products", "item": [ { "name": "{prdId}", "item": [ { "name": "Retrieve an entity product", "id": "5c3a234b-153d-4a0d-a1d6-d3c012f6b2e0", "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}}/entities/:entityId/products/:prdId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products", ":prdId" ], "variable": [ { "id": "e541b30c-fd6b-44e5-b20d-1460406d8bec", "key": "entityId", "value": "ent_do5rHQEpsRm", "description": "(Required) Unique identifier for the entity." }, { "id": "a7fb598c-63d3-481c-b0f4-b66d8e3ab887", "key": "prdId", "value": "prd_XJegg4Ncss", "description": "(Required) Unique identifier for the entity product." } ] }, "description": "Returns a single entity product by its identifier." }, "response": [ { "id": "4c8d39c5-a47c-49f7-b4e2-87233ca2d6a1", "name": "The requested entity product.", "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}}/entities/:entityId/products/:prdId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products", ":prdId" ], "variable": [ { "key": "entityId" }, { "key": "prdId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"name\": \"\",\n \"status\": \"unavailable\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status_error\": null,\n \"latest_request_id\": \"\",\n \"latest_successful_request_id\": \"\",\n \"is_subscribable\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-4c8d39c5-a47c-49f7-b4e2-87233ca2d6a1" }, { "id": "d940abf6-761a-4d3f-8e2a-3524ddf60037", "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}}/entities/:entityId/products/:prdId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products", ":prdId" ], "variable": [ { "key": "entityId" }, { "key": "prdId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-d940abf6-761a-4d3f-8e2a-3524ddf60037" }, { "id": "4636f49e-abe6-4523-b246-4bc827bccba7", "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}}/entities/:entityId/products/:prdId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products", ":prdId" ], "variable": [ { "key": "entityId" }, { "key": "prdId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-4636f49e-abe6-4523-b246-4bc827bccba7" }, { "id": "4d023715-9c6a-4bf5-808f-d7e50b350951", "name": "Forbidden - insufficient permissions for this operation.", "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}}/entities/:entityId/products/:prdId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products", ":prdId" ], "variable": [ { "key": "entityId" }, { "key": "prdId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-4d023715-9c6a-4bf5-808f-d7e50b350951" }, { "id": "513db2b9-5663-472c-93d8-3f0375ae6897", "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}}/entities/:entityId/products/:prdId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products", ":prdId" ], "variable": [ { "key": "entityId" }, { "key": "prdId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-513db2b9-5663-472c-93d8-3f0375ae6897" }, { "id": "734d3ed3-fcd4-44f7-b754-65344538e154", "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}}/entities/:entityId/products/:prdId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products", ":prdId" ], "variable": [ { "key": "entityId" }, { "key": "prdId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-734d3ed3-fcd4-44f7-b754-65344538e154" }, { "id": "3adc309f-dcc7-4449-a6d1-ca215c10ba2d", "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}}/entities/:entityId/products/:prdId", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products", ":prdId" ], "variable": [ { "key": "entityId" }, { "key": "prdId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-3adc309f-dcc7-4449-a6d1-ca215c10ba2d" } ], "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-5c3a234b-153d-4a0d-a1d6-d3c012f6b2e0" } ], "id": "e244a0a4-49d4-4bd1-9dca-2485c0f2b5a7", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-e244a0a4-49d4-4bd1-9dca-2485c0f2b5a7" }, { "name": "List all entity products", "id": "237c474c-f948-45b4-bb2c-b687f466ecb7", "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}}/entities/:entityId/products", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products" ], "variable": [ { "id": "b24d8d84-30af-4cba-bfab-b6c1745f73c1", "key": "entityId", "value": "ent_do5rHQEpsRm", "description": "(Required) Unique identifier for the entity." } ] }, "description": "Returns a list of products for the specified entity." }, "response": [ { "id": "46bbb029-82c2-4c22-b645-3e323cf7bee7", "name": "A list of entity products.", "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}}/entities/:entityId/products", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products" ], "variable": [ { "key": "entityId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"esse_b\": {\n \"name\": \"\",\n \"status\": \"unavailable\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"status_error\": {},\n \"latest_request_id\": \"\",\n \"latest_successful_request_id\": \"\",\n \"is_subscribable\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-46bbb029-82c2-4c22-b645-3e323cf7bee7" }, { "id": "418e78cd-fb18-4b19-87f6-cb66fbccd0c4", "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}}/entities/:entityId/products", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-418e78cd-fb18-4b19-87f6-cb66fbccd0c4" }, { "id": "95c65ae4-5d01-4c08-a7e1-943724886272", "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}}/entities/:entityId/products", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-95c65ae4-5d01-4c08-a7e1-943724886272" }, { "id": "1852d6aa-61ce-4e1c-b89d-e212fd240917", "name": "Forbidden - insufficient permissions for this operation.", "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}}/entities/:entityId/products", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products" ], "variable": [ { "key": "entityId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"error\": {\n \"type\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-1852d6aa-61ce-4e1c-b89d-e212fd240917" }, { "id": "7cdb3f13-9a1a-43da-a13d-fb34a84d27df", "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}}/entities/:entityId/products", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-7cdb3f13-9a1a-43da-a13d-fb34a84d27df" }, { "id": "3f5b436a-8c16-4f7a-adfa-2c05910fa2d6", "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}}/entities/:entityId/products", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-3f5b436a-8c16-4f7a-adfa-2c05910fa2d6" }, { "id": "63352e75-71a9-47c7-9d96-58479a51f874", "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}}/entities/:entityId/products", "host": [ "{{baseUrl}}" ], "path": [ "entities", ":entityId", "products" ], "variable": [ { "key": "entityId" } ] } }, "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-63352e75-71a9-47c7-9d96-58479a51f874" } ], "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-237c474c-f948-45b4-bb2c-b687f466ecb7" } ], "id": "66265f0b-de48-4a8d-8f8e-14b718704b30", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-66265f0b-de48-4a8d-8f8e-14b718704b30" } ], "id": "574a9b95-f2fe-44b2-bb92-0e038b8f43b4", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-574a9b95-f2fe-44b2-bb92-0e038b8f43b4" } ], "id": "6a7bc584-eb46-464f-a0f0-fcca4d3d8fa9", "createdAt": "2026-07-28T02:12:03.000Z", "updatedAt": "2026-07-28T02:12:03.000Z", "uid": "35240-6a7bc584-eb46-464f-a0f0-fcca4d3d8fa9" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }