{ "info": { "_postman_id": "ed61ea54-f8ac-4e45-ac72-4cf323aeed92", "name": "Method Account Attributes Elements 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:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-ed61ea54-f8ac-4e45-ac72-4cf323aeed92" }, "item": [ { "name": "elements", "item": [ { "name": "token", "item": [ { "name": "{pk_elem_id}", "item": [ { "name": "results", "item": [ { "name": "Retrieve element session results", "id": "920ea426-3d35-42ec-9be5-89a1921690a7", "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}}/elements/token/:pk_elem_id/results", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token", ":pk_elem_id", "results" ], "variable": [ { "id": "3f4781ba-d9f0-405e-afad-f6347186ee46", "key": "pk_elem_id", "value": "pk_elem_jo8lWSeTmm8", "description": "(Required) The element token identifier." } ] }, "description": "Returns the results of a completed element session. Use this to retrieve data collected during an element flow." }, "response": [ { "id": "a2ac12cb-31b3-4ae0-b37b-15709a526921", "name": "The session results.", "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}}/elements/token/:pk_elem_id/results", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token", ":pk_elem_id", "results" ], "variable": [ { "key": "pk_elem_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {},\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-a2ac12cb-31b3-4ae0-b37b-15709a526921" }, { "id": "376ac603-2645-4b23-ae77-c67eee336185", "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}}/elements/token/:pk_elem_id/results", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token", ":pk_elem_id", "results" ], "variable": [ { "key": "pk_elem_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-376ac603-2645-4b23-ae77-c67eee336185" }, { "id": "f437260f-67f3-4859-8507-07561a060df8", "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}}/elements/token/:pk_elem_id/results", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token", ":pk_elem_id", "results" ], "variable": [ { "key": "pk_elem_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-f437260f-67f3-4859-8507-07561a060df8" }, { "id": "74ce4603-9880-4eb9-815a-44c6dcc3ef2d", "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}}/elements/token/:pk_elem_id/results", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token", ":pk_elem_id", "results" ], "variable": [ { "key": "pk_elem_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-74ce4603-9880-4eb9-815a-44c6dcc3ef2d" }, { "id": "6e56612e-b3ce-43c6-ba0c-0dab7f24899e", "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}}/elements/token/:pk_elem_id/results", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token", ":pk_elem_id", "results" ], "variable": [ { "key": "pk_elem_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-6e56612e-b3ce-43c6-ba0c-0dab7f24899e" } ], "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-920ea426-3d35-42ec-9be5-89a1921690a7" } ], "id": "8311ed60-1a76-4d41-90c6-b9ccc092b4a2", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-8311ed60-1a76-4d41-90c6-b9ccc092b4a2" } ], "id": "01580f58-095e-4c7c-9731-5e5f04e6787b", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-01580f58-095e-4c7c-9731-5e5f04e6787b" }, { "name": "Create an element token", "id": "661a62fa-4288-469b-bbc4-6e27cdf15f86", "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 \"entity_id\": \"ent_7NYApctYo_\",\n \"type\": \"\",\n \"element_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/token", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token" ] }, "description": "Creates a new element token for client-side use. The token is scoped to a specific entity\nand has an expiration. Use this server-side to generate tokens for your frontend.\n" }, "response": [ { "id": "3aa0863a-abfc-4249-ae7d-3a0fcf6af545", "name": "The created element 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 \"entity_id\": \"ent_7NYApctYo_\",\n \"type\": \"\",\n \"element_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/token", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {},\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-3aa0863a-abfc-4249-ae7d-3a0fcf6af545" }, { "id": "54d04af7-4a7f-44cb-8a87-e49b21ea3b68", "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 \"entity_id\": \"ent_7NYApctYo_\",\n \"type\": \"\",\n \"element_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/token", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token" ] } }, "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:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-54d04af7-4a7f-44cb-8a87-e49b21ea3b68" }, { "id": "8faba8c8-384e-4275-93ee-6648242db622", "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 \"entity_id\": \"ent_7NYApctYo_\",\n \"type\": \"\",\n \"element_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/token", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token" ] } }, "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:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-8faba8c8-384e-4275-93ee-6648242db622" }, { "id": "60ee3c80-b314-45cb-ba58-ec4d518e5184", "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 \"entity_id\": \"ent_7NYApctYo_\",\n \"type\": \"\",\n \"element_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/token", "host": [ "{{baseUrl}}" ], "path": [ "elements", "token" ] } }, "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:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-60ee3c80-b314-45cb-ba58-ec4d518e5184" } ], "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-661a62fa-4288-469b-bbc4-6e27cdf15f86" } ], "id": "3103a925-8568-4911-aa9c-9083ca227d7d", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-3103a925-8568-4911-aa9c-9083ca227d7d" }, { "name": "sessions", "item": [ { "name": "{session_id}", "item": [ { "name": "Retrieve an element session", "id": "ed1ec17d-dde5-42c3-9374-0f6a7aa921b7", "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}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "id": "2b646e8e-286a-4485-9b83-f92c18dc9fcb", "key": "session_id", "value": "", "description": "(Required) Unique identifier for the element session." } ] }, "description": "Returns a single element session by its identifier." }, "response": [ { "id": "69cb9d45-717f-4c55-9c11-d739282fad88", "name": "The requested session.", "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}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "key": "session_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {},\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-69cb9d45-717f-4c55-9c11-d739282fad88" }, { "id": "ae748f62-195a-45c8-bf9d-23898bfb46d8", "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}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "key": "session_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-ae748f62-195a-45c8-bf9d-23898bfb46d8" }, { "id": "b963752b-378f-41ff-ae96-d451588068e1", "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}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "key": "session_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-b963752b-378f-41ff-ae96-d451588068e1" }, { "id": "7f0fa7bc-2ad0-4f44-9182-fd99f996c39e", "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}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "key": "session_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-7f0fa7bc-2ad0-4f44-9182-fd99f996c39e" }, { "id": "97f02bf7-013f-4c00-8491-08bc1a5bd384", "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}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "key": "session_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-97f02bf7-013f-4c00-8491-08bc1a5bd384" } ], "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-ed1ec17d-dde5-42c3-9374-0f6a7aa921b7" }, { "name": "Update an element session", "id": "ae5c7e09-125b-437c-b2c0-99b9f8dc83f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "id": "1d3de428-684e-495c-b36b-4179e2e016b6", "key": "session_id", "value": "", "description": "(Required) Unique identifier for the element session." } ] }, "description": "Updates an element session by its identifier." }, "response": [ { "id": "2ae55cb8-8010-4117-a33d-21217228c47d", "name": "The updated session.", "originalRequest": { "method": "PUT", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "key": "session_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {},\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-2ae55cb8-8010-4117-a33d-21217228c47d" }, { "id": "ee6c4453-f445-4679-99fe-939241a3b06e", "name": "Bad request - invalid parameters or request body.", "originalRequest": { "method": "PUT", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "key": "session_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-ee6c4453-f445-4679-99fe-939241a3b06e" }, { "id": "6cc9463a-b4cb-422a-b45e-553b0d938b0b", "name": "Unauthorized - missing or invalid authentication token.", "originalRequest": { "method": "PUT", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "key": "session_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-6cc9463a-b4cb-422a-b45e-553b0d938b0b" }, { "id": "ad8cfbee-52c5-49e6-89fa-3dcbf201f71f", "name": "Not found - the requested resource does not exist.", "originalRequest": { "method": "PUT", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "key": "session_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-ad8cfbee-52c5-49e6-89fa-3dcbf201f71f" }, { "id": "3f4587c9-6c7b-4175-b33e-aa197f706e20", "name": "Internal server error.", "originalRequest": { "method": "PUT", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/sessions/:session_id", "host": [ "{{baseUrl}}" ], "path": [ "elements", "sessions", ":session_id" ], "variable": [ { "key": "session_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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-3f4587c9-6c7b-4175-b33e-aa197f706e20" } ], "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-ae5c7e09-125b-437c-b2c0-99b9f8dc83f7" } ], "id": "589562c1-1d82-4634-9f32-79d8162d8cce", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-589562c1-1d82-4634-9f32-79d8162d8cce" } ], "id": "dcaa188f-47d2-4a86-86b8-38f1a4bf8b24", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-dcaa188f-47d2-4a86-86b8-38f1a4bf8b24" }, { "name": "accounts", "item": [ { "name": "exchange", "item": [ { "name": "Exchange an account", "id": "579e5581-59e7-4577-87df-de64a38dcab1", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/accounts/exchange", "host": [ "{{baseUrl}}" ], "path": [ "elements", "accounts", "exchange" ] }, "description": "Exchanges account information for use in element flows. This endpoint is called server-side." }, "response": [ { "id": "85ba865d-4a39-4654-ba82-2ee2dc16bb40", "name": "The exchanged account data.", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/accounts/exchange", "host": [ "{{baseUrl}}" ], "path": [ "elements", "accounts", "exchange" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"data\": {},\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-85ba865d-4a39-4654-ba82-2ee2dc16bb40" }, { "id": "d7efc633-d648-4aeb-aa0d-aae5e19a1207", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/accounts/exchange", "host": [ "{{baseUrl}}" ], "path": [ "elements", "accounts", "exchange" ] } }, "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:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-d7efc633-d648-4aeb-aa0d-aae5e19a1207" }, { "id": "9ffab33e-bf8d-4c74-8e5d-dafe90a0f1c7", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/accounts/exchange", "host": [ "{{baseUrl}}" ], "path": [ "elements", "accounts", "exchange" ] } }, "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:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-9ffab33e-bf8d-4c74-8e5d-dafe90a0f1c7" }, { "id": "7e82c3b6-e80e-45ea-b186-76273b91936b", "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/elements/accounts/exchange", "host": [ "{{baseUrl}}" ], "path": [ "elements", "accounts", "exchange" ] } }, "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:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-7e82c3b6-e80e-45ea-b186-76273b91936b" } ], "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-579e5581-59e7-4577-87df-de64a38dcab1" } ], "id": "747fd736-e278-49e4-a92c-69b562f0f9a3", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-747fd736-e278-49e4-a92c-69b562f0f9a3" } ], "id": "e8f06af1-74c3-491c-b3dc-34864da52ac5", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-e8f06af1-74c3-491c-b3dc-34864da52ac5" } ], "id": "d345cbb8-42dd-42c3-b1ae-7e78e7526ac5", "createdAt": "2026-07-28T02:11:46.000Z", "updatedAt": "2026-07-28T02:11:46.000Z", "uid": "35240-d345cbb8-42dd-42c3-b1ae-7e78e7526ac5" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }