{ "info": { "_postman_id": "ca0037a2-e655-4de2-8233-be6681097af0", "name": "Method Account Attributes Forwarding Requests 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:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "lastUpdatedBy": "35240", "uid": "35240-ca0037a2-e655-4de2-8233-be6681097af0" }, "item": [ { "name": "forwarding_requests", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a forwarding request", "id": "891d44d1-9778-4550-ba49-e3ae6484c6f5", "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}}/forwarding_requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests", ":id" ], "variable": [ { "id": "0d1e3fe3-bc6b-4581-9c9f-208c6141146f", "key": "id", "value": "freq_uOGCZOky", "description": "(Required) Unique identifier for the forwarding request." } ] }, "description": "Returns a single forwarding request by its identifier." }, "response": [ { "id": "4d157d0b-6d7a-4120-b651-c3979380b076", "name": "The requested forwarding request.", "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}}/forwarding_requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests", ":id" ], "variable": [ { "key": "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\": \"\",\n \"bindings\": {\n \"sunt_149\": \"\"\n },\n \"request\": {\n \"url\": \"\",\n \"method\": \"POST\",\n \"headers\": {\n \"nulla_c9\": \"\",\n \"aute0\": \"\"\n },\n \"body\": \"\"\n },\n \"response\": {\n \"status_code\": \"\",\n \"headers\": {\n \"do493\": \"\",\n \"sint_cd\": \"\"\n },\n \"body\": \"\"\n },\n \"duration_ms\": \"\",\n \"status\": \"completed\",\n \"status_history\": [\n {\n \"status\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"status\": \"\",\n \"timestamp\": \"\"\n }\n ],\n \"created_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-4d157d0b-6d7a-4120-b651-c3979380b076" }, { "id": "daff0f8f-701c-47f7-8b86-234f1f6d5c45", "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}}/forwarding_requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests", ":id" ], "variable": [ { "key": "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:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-daff0f8f-701c-47f7-8b86-234f1f6d5c45" }, { "id": "902f6f33-ae29-4afe-afca-45fe708f52b7", "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}}/forwarding_requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests", ":id" ], "variable": [ { "key": "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:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-902f6f33-ae29-4afe-afca-45fe708f52b7" }, { "id": "d61a196e-0f74-46ed-aaec-a33c78431d3e", "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}}/forwarding_requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests", ":id" ], "variable": [ { "key": "id" } ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-d61a196e-0f74-46ed-aaec-a33c78431d3e" }, { "id": "49d9b749-d490-48c3-bf33-2370af8b6783", "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}}/forwarding_requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests", ":id" ], "variable": [ { "key": "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:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-49d9b749-d490-48c3-bf33-2370af8b6783" }, { "id": "b129ed4e-b8b8-455b-809e-4a1d83e82686", "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}}/forwarding_requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests", ":id" ], "variable": [ { "key": "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\": \"invalid_request\",\n \"code\": \"\",\n \"message\": \"\",\n \"sub_type\": \"\"\n }\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-b129ed4e-b8b8-455b-809e-4a1d83e82686" }, { "id": "949233e3-087f-4c61-8d25-ab2047ebb503", "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}}/forwarding_requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests", ":id" ], "variable": [ { "key": "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:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-949233e3-087f-4c61-8d25-ab2047ebb503" } ], "createdAt": "2026-07-28T02:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-891d44d1-9778-4550-ba49-e3ae6484c6f5" } ], "id": "4f103c02-488e-4436-a2db-52ea1a2974db", "createdAt": "2026-07-28T02:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-4f103c02-488e-4436-a2db-52ea1a2974db" }, { "name": "Create a forwarding request", "id": "6efb2187-8459-45a0-ae4b-f23e69f00847", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"method\": \"PATCH\",\n \"bindings\": {\n \"Excepteura2\": \"\"\n },\n \"headers\": {\n \"Duis_3c\": \"\",\n \"est_5e\": \"\"\n },\n \"body\": \"\",\n \"metadata\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forwarding_requests", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests" ] }, "description": "Creates a new forwarding request that proxies an HTTP request to a third-party endpoint with sensitive data injection.\n\nForwarding-specific validation and execution failures are returned in the standard error envelope.\nCommon forwarding `sub_type` values include `URL_NOT_ALLOWED`, `INVALID_METHOD`,\n`BODY_JSON_INVALID`, `BINDING_NOT_FOUND`, `FORWARDED_REQUEST_NETWORK_ERROR`,\nand `FORWARDED_REQUEST_TIMEOUT`.\n" }, "response": [ { "id": "355e93a5-f5fd-4d38-a5f2-288976144cad", "name": "The created forwarding request with response 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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "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 \"url\": \"\",\n \"method\": \"PATCH\",\n \"bindings\": {\n \"Excepteura2\": \"\"\n },\n \"headers\": {\n \"Duis_3c\": \"\",\n \"est_5e\": \"\"\n },\n \"body\": \"\",\n \"metadata\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forwarding_requests", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests" ] } }, "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 \"bindings\": {\n \"sunt_149\": \"\"\n },\n \"request\": {\n \"url\": \"\",\n \"method\": \"POST\",\n \"headers\": {\n \"nulla_c9\": \"\",\n \"aute0\": \"\"\n },\n \"body\": \"\"\n },\n \"response\": {\n \"status_code\": \"\",\n \"headers\": {\n \"do493\": \"\",\n \"sint_cd\": \"\"\n },\n \"body\": \"\"\n },\n \"duration_ms\": \"\",\n \"status\": \"completed\",\n \"status_history\": [\n {\n \"status\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"status\": \"\",\n \"timestamp\": \"\"\n }\n ],\n \"created_at\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-355e93a5-f5fd-4d38-a5f2-288976144cad" }, { "id": "4974f4de-bff5-43ab-9365-9d5d7447160d", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "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 \"url\": \"\",\n \"method\": \"PATCH\",\n \"bindings\": {\n \"Excepteura2\": \"\"\n },\n \"headers\": {\n \"Duis_3c\": \"\",\n \"est_5e\": \"\"\n },\n \"body\": \"\",\n \"metadata\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forwarding_requests", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-4974f4de-bff5-43ab-9365-9d5d7447160d" }, { "id": "664f4719-028f-40e2-8ca3-290247a236a9", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "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 \"url\": \"\",\n \"method\": \"PATCH\",\n \"bindings\": {\n \"Excepteura2\": \"\"\n },\n \"headers\": {\n \"Duis_3c\": \"\",\n \"est_5e\": \"\"\n },\n \"body\": \"\",\n \"metadata\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forwarding_requests", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-664f4719-028f-40e2-8ca3-290247a236a9" }, { "id": "2708e423-85f8-419f-a1a9-5b2a67d1c14a", "name": "Forbidden - insufficient permissions for this operation.", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "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 \"url\": \"\",\n \"method\": \"PATCH\",\n \"bindings\": {\n \"Excepteura2\": \"\"\n },\n \"headers\": {\n \"Duis_3c\": \"\",\n \"est_5e\": \"\"\n },\n \"body\": \"\",\n \"metadata\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forwarding_requests", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-2708e423-85f8-419f-a1a9-5b2a67d1c14a" }, { "id": "3f36576f-b8cf-4c7e-92e0-ff9f3d0b43fc", "name": "Unprocessable entity - the request was valid JSON but failed business or validation rules.", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "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 \"url\": \"\",\n \"method\": \"PATCH\",\n \"bindings\": {\n \"Excepteura2\": \"\"\n },\n \"headers\": {\n \"Duis_3c\": \"\",\n \"est_5e\": \"\"\n },\n \"body\": \"\",\n \"metadata\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forwarding_requests", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_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:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-3f36576f-b8cf-4c7e-92e0-ff9f3d0b43fc" }, { "id": "da502e00-415a-4e92-ab02-0ae1c7d45a90", "name": "Too many requests - rate limit exceeded.", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "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 \"url\": \"\",\n \"method\": \"PATCH\",\n \"bindings\": {\n \"Excepteura2\": \"\"\n },\n \"headers\": {\n \"Duis_3c\": \"\",\n \"est_5e\": \"\"\n },\n \"body\": \"\",\n \"metadata\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forwarding_requests", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-da502e00-415a-4e92-ab02-0ae1c7d45a90" }, { "id": "ce67c24c-85ad-49f7-9d9f-acac79aa5a50", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "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 \"url\": \"\",\n \"method\": \"PATCH\",\n \"bindings\": {\n \"Excepteura2\": \"\"\n },\n \"headers\": {\n \"Duis_3c\": \"\",\n \"est_5e\": \"\"\n },\n \"body\": \"\",\n \"metadata\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forwarding_requests", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests" ] } }, "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:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-ce67c24c-85ad-49f7-9d9f-acac79aa5a50" }, { "id": "6f24c74f-e9f5-4468-9bc1-572ddf039b0b", "name": "Upstream timeout - the request could not be completed before the upstream deadline.", "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" }, { "description": "Idempotency key for safely retrying a write request. Reuse the same value when\nretrying the same logical operation to avoid creating duplicate side effects.\n", "key": "Idempotency-Key", "value": "" }, { "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 \"url\": \"\",\n \"method\": \"PATCH\",\n \"bindings\": {\n \"Excepteura2\": \"\"\n },\n \"headers\": {\n \"Duis_3c\": \"\",\n \"est_5e\": \"\"\n },\n \"body\": \"\",\n \"metadata\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forwarding_requests", "host": [ "{{baseUrl}}" ], "path": [ "forwarding_requests" ] } }, "status": "Gateway Timeout", "code": 504, "_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:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-6f24c74f-e9f5-4468-9bc1-572ddf039b0b" } ], "createdAt": "2026-07-28T02:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-6efb2187-8459-45a0-ae4b-f23e69f00847" } ], "id": "4625a240-3595-4789-8046-f469248d1fd5", "createdAt": "2026-07-28T02:12:09.000Z", "updatedAt": "2026-07-28T02:12:09.000Z", "uid": "35240-4625a240-3595-4789-8046-f469248d1fd5" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://production.methodfi.com" } ] }