{ "info": { "_postman_id": "9d7700b0-e9b8-458c-9ac3-a8ad394e9eb7", "name": "Method Account Attributes Simulate Events 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:46.000Z", "updatedAt": "2026-07-28T02:12:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-9d7700b0-e9b8-458c-9ac3-a8ad394e9eb7" }, "item": [ { "name": "simulate", "item": [ { "name": "events", "item": [ { "name": "Simulate an event", "id": "06b83f0e-409e-45c0-922a-a5948554ac82", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "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": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"resource_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/simulate/events", "host": [ "{{baseUrl}}" ], "path": [ "simulate", "events" ] }, "description": "Creates a simulated webhook event in the sandbox environment.\nUse this to test webhook handling and event processing during development.\n\n**Development only** - This endpoint is only available in the sandbox environment.\n" }, "response": [ { "id": "d608ad7a-25ff-4e11-98d2-9c7b68372229", "name": "The simulated event.", "originalRequest": { "method": "POST", "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": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"resource_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/simulate/events", "host": [ "{{baseUrl}}" ], "path": [ "simulate", "events" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {\n \"id\": \"\",\n \"type\": \"attribute.credit_health_open_accounts.decreased\",\n \"resource_id\": \"\",\n \"resource_type\": \"\",\n \"related_ids\": [\n \"\",\n \"\"\n ],\n \"data\": {\n \"ad3\": -34929980,\n \"inf\": 7918901\n },\n \"diff\": {\n \"ullamco_cbd\": 95150658.7848795,\n \"incididunt__1\": -14006833.646111831,\n \"proident_c\": 50133148,\n \"consequat9\": false\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:46.000Z", "updatedAt": "2026-07-28T02:12:46.000Z", "uid": "35240-d608ad7a-25ff-4e11-98d2-9c7b68372229" }, { "id": "495d4213-d866-431e-8ac1-bc0e9f178892", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "POST", "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": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"resource_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/simulate/events", "host": [ "{{baseUrl}}" ], "path": [ "simulate", "events" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:12:46.000Z", "uid": "35240-495d4213-d866-431e-8ac1-bc0e9f178892" }, { "id": "2050059c-d807-4039-830d-372f97db6239", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "POST", "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": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"resource_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/simulate/events", "host": [ "{{baseUrl}}" ], "path": [ "simulate", "events" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:12:46.000Z", "uid": "35240-2050059c-d807-4039-830d-372f97db6239" }, { "id": "78dcda64-8ffe-4582-93ae-0db274146e0f", "name": "Internal server error.", "originalRequest": { "method": "POST", "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": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"resource_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/simulate/events", "host": [ "{{baseUrl}}" ], "path": [ "simulate", "events" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:12:46.000Z", "uid": "35240-78dcda64-8ffe-4582-93ae-0db274146e0f" } ], "createdAt": "2026-07-28T02:12:46.000Z", "updatedAt": "2026-07-28T02:12:46.000Z", "uid": "35240-06b83f0e-409e-45c0-922a-a5948554ac82" } ], "id": "e8318993-c3f0-4b70-b87d-e12edb959269", "createdAt": "2026-07-28T02:12:46.000Z", "updatedAt": "2026-07-28T02:12:46.000Z", "uid": "35240-e8318993-c3f0-4b70-b87d-e12edb959269" } ], "id": "3f5639db-d665-4ed3-94c0-713603d38630", "createdAt": "2026-07-28T02:12:46.000Z", "updatedAt": "2026-07-28T02:12:46.000Z", "uid": "35240-3f5639db-d665-4ed3-94c0-713603d38630" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }