{ "info": { "_postman_id": "58faa32c-5f34-436e-9373-720e021de5f5", "name": "Natural Agent Keys Wallets API", "description": "Natural's payments API for autonomous agents.\n\n**Base URL:** `https://api.natural.com`\n\nAI agents, including coding agents, should prefer the hosted MCP server at `https://mcp.natural.com` when an MCP-aware host runs the agent, the Natural CLI for terminal/CI workflows, and the official SDKs for application runtimes they own. Use direct HTTP only for explicit low-level integrations, unsupported SDK gaps, or infrastructure work where REST is required.\n\nFor support: support@natural.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "lastUpdatedBy": "35240", "uid": "35240-58faa32c-5f34-436e-9373-720e021de5f5" }, "item": [ { "name": "wallets", "item": [ { "name": "{walletId}", "item": [ { "name": "default", "item": [ { "name": "Set default wallet", "id": "6b6f2579-864a-4f15-9e95-d4f1328e64a1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "id": "41a10a83-ce41-4f9a-8efb-eb4864570bd6", "key": "walletId", "value": "wal_ec215aebb4ec5b852895a87d792c80dd", "description": "(Required) " } ] }, "description": "Make a wallet the default. Payments sent to the party's email, phone number, or handle land in the default wallet." }, "response": [ { "id": "225b632d-3571-480a-a8ae-ed190535416d", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_193fb2c18ee2b3babe5f37679d83a7b6\",\n \"attributes\": {\n \"status\": \"closed\",\n \"walletType\": \"standard\",\n \"isDefault\": \"\",\n \"createdAt\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"balance\": {\n \"available\": \"\",\n \"total\": \"\",\n \"currency\": \"USD\"\n },\n \"claims\": {\n \"amount\": \"\",\n \"count\": \"\"\n },\n \"depositInstructions\": {\n \"bankName\": \"\"\n }\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-225b632d-3571-480a-a8ae-ed190535416d" }, { "id": "83ee9fbc-3dbe-47a4-8dec-e347a4482fa4", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-83ee9fbc-3dbe-47a4-8dec-e347a4482fa4" }, { "id": "2fd78774-c28e-4322-8f87-05a844ea963e", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-2fd78774-c28e-4322-8f87-05a844ea963e" }, { "id": "76230908-a6e6-469b-8348-84d1e9454af2", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-76230908-a6e6-469b-8348-84d1e9454af2" }, { "id": "6eeb792b-801f-42da-97f9-192320efab4e", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-6eeb792b-801f-42da-97f9-192320efab4e" }, { "id": "2217ff3c-1ea3-4241-ae2e-9237cfab91ae", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-2217ff3c-1ea3-4241-ae2e-9237cfab91ae" }, { "id": "30970e2b-4997-45dd-8c92-9a4a8593db85", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-30970e2b-4997-45dd-8c92-9a4a8593db85" }, { "id": "2957c0f8-5bae-4efd-b733-b420740a39e9", "name": "Precondition Required", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-2957c0f8-5bae-4efd-b733-b420740a39e9" }, { "id": "498046de-238c-4499-a997-627db80b65f3", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-498046de-238c-4499-a997-627db80b65f3" }, { "id": "f3080cac-9940-4cf6-aeb9-5f18817c1c02", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-f3080cac-9940-4cf6-aeb9-5f18817c1c02" }, { "id": "5f50f098-eb40-41c2-ad6f-143f92678032", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-5f50f098-eb40-41c2-ad6f-143f92678032" }, { "id": "4f2ea432-ab70-4fad-a0c3-e3d6101ff702", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-4f2ea432-ab70-4fad-a0c3-e3d6101ff702" }, { "id": "88881c59-1cc9-4903-a183-f05bade04cc2", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "default" ], "variable": [ { "key": "walletId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-88881c59-1cc9-4903-a183-f05bade04cc2" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-6b6f2579-864a-4f15-9e95-d4f1328e64a1" } ], "id": "b6414a84-3ee2-42a2-9b06-e6bd1b0ee438", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-b6414a84-3ee2-42a2-9b06-e6bd1b0ee438" }, { "name": "freeze", "item": [ { "name": "Freeze wallet", "id": "6e296fa6-6d77-4bae-a8a7-38b84a58034f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "id": "29d9f778-b63b-430a-9955-8e031cf7d3c3", "key": "walletId", "value": "wal_ec215aebb4ec5b852895a87d792c80dd", "description": "(Required) " } ] }, "description": "Freeze a wallet" }, "response": [ { "id": "f3df0b96-43ab-4cc0-8721-b8d0ceeeded9", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_193fb2c18ee2b3babe5f37679d83a7b6\",\n \"attributes\": {\n \"status\": \"closed\",\n \"walletType\": \"standard\",\n \"isDefault\": \"\",\n \"createdAt\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"balance\": {\n \"available\": \"\",\n \"total\": \"\",\n \"currency\": \"USD\"\n },\n \"claims\": {\n \"amount\": \"\",\n \"count\": \"\"\n },\n \"depositInstructions\": {\n \"bankName\": \"\"\n }\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-f3df0b96-43ab-4cc0-8721-b8d0ceeeded9" }, { "id": "01bcb207-cad3-4486-9259-4ba3de414a77", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-01bcb207-cad3-4486-9259-4ba3de414a77" }, { "id": "9f9207aa-9951-4e3f-a565-c8704210e913", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-9f9207aa-9951-4e3f-a565-c8704210e913" }, { "id": "44368a0e-1b30-4a11-af50-535c019e9f76", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-44368a0e-1b30-4a11-af50-535c019e9f76" }, { "id": "6d4cfdf9-0cbf-4f59-8de6-93c750dd70a7", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-6d4cfdf9-0cbf-4f59-8de6-93c750dd70a7" }, { "id": "d0f195d7-b23e-4402-8cb0-5dd5886c2f26", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-d0f195d7-b23e-4402-8cb0-5dd5886c2f26" }, { "id": "86320ff6-9369-46c9-9a1f-5564219cd607", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-86320ff6-9369-46c9-9a1f-5564219cd607" }, { "id": "25920990-9733-4242-b8fc-0f4f666716a1", "name": "Precondition Required", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-25920990-9733-4242-b8fc-0f4f666716a1" }, { "id": "21d03bc2-c88a-4c04-be5f-b5a8d7f69629", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-21d03bc2-c88a-4c04-be5f-b5a8d7f69629" }, { "id": "a941b167-9915-4fe3-8342-6515324154c1", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-a941b167-9915-4fe3-8342-6515324154c1" }, { "id": "882ccd7f-b74c-458b-bcca-929d69af3503", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-882ccd7f-b74c-458b-bcca-929d69af3503" }, { "id": "d9358020-4272-4333-8e46-ff4787195e1f", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-d9358020-4272-4333-8e46-ff4787195e1f" }, { "id": "21a0680f-d717-49a8-981f-28fb311ce596", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/freeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "freeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-21a0680f-d717-49a8-981f-28fb311ce596" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-6e296fa6-6d77-4bae-a8a7-38b84a58034f" } ], "id": "26652bd4-2822-42e7-b56c-ec88ddae19c9", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-26652bd4-2822-42e7-b56c-ec88ddae19c9" }, { "name": "unfreeze", "item": [ { "name": "Unfreeze wallet", "id": "aa8910ba-814b-4db5-a0d7-14d045533662", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "id": "7eff1610-ae42-4094-972c-9962a721f8d2", "key": "walletId", "value": "wal_ec215aebb4ec5b852895a87d792c80dd", "description": "(Required) " } ] }, "description": "Unfreeze a wallet that was frozen through the API" }, "response": [ { "id": "cf8eaec3-a068-4edc-8733-9ad2560c1377", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_193fb2c18ee2b3babe5f37679d83a7b6\",\n \"attributes\": {\n \"status\": \"closed\",\n \"walletType\": \"standard\",\n \"isDefault\": \"\",\n \"createdAt\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"balance\": {\n \"available\": \"\",\n \"total\": \"\",\n \"currency\": \"USD\"\n },\n \"claims\": {\n \"amount\": \"\",\n \"count\": \"\"\n },\n \"depositInstructions\": {\n \"bankName\": \"\"\n }\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-cf8eaec3-a068-4edc-8733-9ad2560c1377" }, { "id": "68c53d88-fc25-4836-b589-2a5cac7fbe4e", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-68c53d88-fc25-4836-b589-2a5cac7fbe4e" }, { "id": "1fb19cda-68f8-450f-83aa-fb195b9aca7a", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-1fb19cda-68f8-450f-83aa-fb195b9aca7a" }, { "id": "570e07e5-1d53-413e-aefc-4dfaed1bf333", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-570e07e5-1d53-413e-aefc-4dfaed1bf333" }, { "id": "ab0ab958-260f-4bbc-b8cd-c271e44ee827", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-ab0ab958-260f-4bbc-b8cd-c271e44ee827" }, { "id": "f6e47648-1ff6-48a1-a318-ceb076fdb85a", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-f6e47648-1ff6-48a1-a318-ceb076fdb85a" }, { "id": "659bd732-32c1-4a4b-9fff-78df9dcbfaf2", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-659bd732-32c1-4a4b-9fff-78df9dcbfaf2" }, { "id": "6c7b3d32-3b03-4083-8dd3-e2e56cd68a3d", "name": "Precondition Required", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-6c7b3d32-3b03-4083-8dd3-e2e56cd68a3d" }, { "id": "8efb7e98-ff8b-46d9-888e-99c105bcf468", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-8efb7e98-ff8b-46d9-888e-99c105bcf468" }, { "id": "0b98b8ce-d2c2-436f-9488-d55aae4600c7", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-0b98b8ce-d2c2-436f-9488-d55aae4600c7" }, { "id": "e29090b9-98bc-4787-9aa9-44243db37281", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-e29090b9-98bc-4787-9aa9-44243db37281" }, { "id": "671a0189-0a97-4b95-83f5-667c83bfe74e", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-671a0189-0a97-4b95-83f5-667c83bfe74e" }, { "id": "0b4083bf-8932-4600-9044-5fd98a21b3a1", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/unfreeze", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "unfreeze" ], "variable": [ { "key": "walletId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-0b4083bf-8932-4600-9044-5fd98a21b3a1" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-aa8910ba-814b-4db5-a0d7-14d045533662" } ], "id": "9d0bd76f-7620-40c0-a988-a8d51868c639", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-9d0bd76f-7620-40c0-a988-a8d51868c639" }, { "name": "agents", "item": [ { "name": "{agentId}", "item": [ { "name": "default", "item": [ { "name": "Set agent default wallet", "id": "af8a8adb-806a-4332-9d07-70dc7716cb13", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "id": "46a0a7c2-35d2-46ed-b72d-864fb99a9536", "key": "walletId", "value": "wal_ec215aebb4ec5b852895a87d792c80dd", "description": "(Required) " }, { "id": "2f15ebca-a529-4b27-b54c-51591807e3d8", "key": "agentId", "value": "agt_8e5c6a9914e7db0a4c8751e35d0202f6", "description": "(Required) " } ] }, "description": "Make this wallet the default for the attached agent" }, "response": [ { "id": "f0587ea1-1a37-4a15-aef2-1160969b1edc", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_8f216113ddeaea659d4480f58c4e12ea\",\n \"attributes\": {\n \"name\": \"\",\n \"description\": \"\",\n \"handle\": \"\",\n \"status\": \"ACTIVE\",\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n },\n \"createdAt\": \"\",\n \"createdBy\": \"\",\n \"lastActiveAt\": \"\"\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_c199f8198790c8809b783331c9f19d5a\"\n }\n }\n },\n \"meta\": {\n \"walletAccess\": {\n \"isDefault\": \"\",\n \"attachedAt\": \"\"\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-f0587ea1-1a37-4a15-aef2-1160969b1edc" }, { "id": "5acae46b-c242-43a0-9df6-55ea293dd8dd", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-5acae46b-c242-43a0-9df6-55ea293dd8dd" }, { "id": "93e83270-2ddf-4f82-8034-c4f4255cea16", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-93e83270-2ddf-4f82-8034-c4f4255cea16" }, { "id": "2876e2be-ff2a-4104-b7e0-d9b96b15fe7c", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-2876e2be-ff2a-4104-b7e0-d9b96b15fe7c" }, { "id": "8a41e2de-1a76-4ddf-8d5d-5aa7b57fce20", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-8a41e2de-1a76-4ddf-8d5d-5aa7b57fce20" }, { "id": "1b0f0cad-47f3-4294-bc9b-5d4218ad8c0c", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-1b0f0cad-47f3-4294-bc9b-5d4218ad8c0c" }, { "id": "c8f2e94b-4c0d-4e8c-9907-44c7c67363a5", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-c8f2e94b-4c0d-4e8c-9907-44c7c67363a5" }, { "id": "b4d47899-032d-4f21-a549-7192c95c6463", "name": "Precondition Required", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-b4d47899-032d-4f21-a549-7192c95c6463" }, { "id": "ef9c647d-d0ed-45b3-a3cb-28ee28e021d1", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-ef9c647d-d0ed-45b3-a3cb-28ee28e021d1" }, { "id": "d33d62ca-c82b-4840-a706-5a266a01d6b9", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-d33d62ca-c82b-4840-a706-5a266a01d6b9" }, { "id": "583283cf-7582-4db5-9234-b54d4f81e322", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-583283cf-7582-4db5-9234-b54d4f81e322" }, { "id": "632fc234-1e82-4c4d-9b1f-31fee14b03c7", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-632fc234-1e82-4c4d-9b1f-31fee14b03c7" }, { "id": "06e5bc22-7c70-4864-9d1e-08fb4a399a25", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId/default", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId", "default" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-06e5bc22-7c70-4864-9d1e-08fb4a399a25" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-af8a8adb-806a-4332-9d07-70dc7716cb13" } ], "id": "090d2871-d010-4e9c-a877-b6ab2bd80f62", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-090d2871-d010-4e9c-a877-b6ab2bd80f62" }, { "name": "Detach agent from wallet", "id": "90df1d64-5c1d-44ad-a0e8-4cddadcf2d25", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "id": "34ccf380-d473-4838-a307-26db5825d84f", "key": "walletId", "value": "wal_ec215aebb4ec5b852895a87d792c80dd", "description": "(Required) " }, { "id": "0954c20a-1d4a-48aa-adcc-1fe6868f106f", "key": "agentId", "value": "agt_8e5c6a9914e7db0a4c8751e35d0202f6", "description": "(Required) " } ] }, "description": "Detach an agent from a wallet" }, "response": [ { "id": "21a13ef9-dbcb-4d26-a5cd-4ae0fa90d0ef", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_0e90cdd7137710992acd1b43bdb74237\"\n },\n \"meta\": {\n \"deleted\": {\n \"const\": true,\n \"description\": \"Indicates the resource was deleted.\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-21a13ef9-dbcb-4d26-a5cd-4ae0fa90d0ef" }, { "id": "4da10bf8-473f-47ec-bdb4-7c27b77ab0ed", "name": "Validation Error", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-4da10bf8-473f-47ec-bdb4-7c27b77ab0ed" }, { "id": "b12a4bc8-f3c1-4191-b75e-db9cad9cbcb7", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-b12a4bc8-f3c1-4191-b75e-db9cad9cbcb7" }, { "id": "3f54a2a7-190e-4cf8-a78b-852dc48fe870", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-3f54a2a7-190e-4cf8-a78b-852dc48fe870" }, { "id": "a5510e42-047b-4458-b22b-1031ead5b232", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-a5510e42-047b-4458-b22b-1031ead5b232" }, { "id": "4cccb2a2-8381-4aef-8fab-4689a30d68dc", "name": "Conflict", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-4cccb2a2-8381-4aef-8fab-4689a30d68dc" }, { "id": "28ce5605-09b8-4bf8-9909-9ff9ec290a62", "name": "Validation Error", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-28ce5605-09b8-4bf8-9909-9ff9ec290a62" }, { "id": "99a06e4e-9210-4185-9754-841538eb0acc", "name": "Precondition Required", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-99a06e4e-9210-4185-9754-841538eb0acc" }, { "id": "f6343976-5d5a-4fd1-bd70-1a31449e44e8", "name": "Too Many Requests", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-f6343976-5d5a-4fd1-bd70-1a31449e44e8" }, { "id": "e98a54bc-a292-4555-afe0-da4e0f112522", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-e98a54bc-a292-4555-afe0-da4e0f112522" }, { "id": "a92452dc-66c0-452f-9ba6-a93384de24f8", "name": "Not Implemented", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-a92452dc-66c0-452f-9ba6-a93384de24f8" }, { "id": "af69866f-6572-45e6-8ba7-fe6b5b907451", "name": "Bad Gateway", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-af69866f-6572-45e6-8ba7-fe6b5b907451" }, { "id": "e995dc47-65fc-40f2-a53a-3eedd1f06d56", "name": "Service Unavailable", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents", ":agentId" ], "variable": [ { "key": "walletId" }, { "key": "agentId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-e995dc47-65fc-40f2-a53a-3eedd1f06d56" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-90df1d64-5c1d-44ad-a0e8-4cddadcf2d25" } ], "id": "fe02a27f-7a3e-4bb1-bc56-9d8da7b63b6e", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-fe02a27f-7a3e-4bb1-bc56-9d8da7b63b6e" }, { "name": "Grant agent access to wallet", "id": "33b6f1cd-08bc-464d-8817-b850fdb5cfeb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "id": "3367a4e2-cb58-4646-9fb3-9047d8e1f4ae", "key": "walletId", "value": "wal_ec215aebb4ec5b852895a87d792c80dd", "description": "(Required) " } ] }, "description": "Grant an agent access to a wallet" }, "response": [ { "id": "68e13283-8a39-40e4-b794-ce5186a818ac", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_8f216113ddeaea659d4480f58c4e12ea\",\n \"attributes\": {\n \"name\": \"\",\n \"description\": \"\",\n \"handle\": \"\",\n \"status\": \"ACTIVE\",\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n },\n \"createdAt\": \"\",\n \"createdBy\": \"\",\n \"lastActiveAt\": \"\"\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_c199f8198790c8809b783331c9f19d5a\"\n }\n }\n },\n \"meta\": {\n \"walletAccess\": {\n \"isDefault\": \"\",\n \"attachedAt\": \"\"\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-68e13283-8a39-40e4-b794-ce5186a818ac" }, { "id": "0b97556b-71c7-4292-8499-46e9e30f285f", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-0b97556b-71c7-4292-8499-46e9e30f285f" }, { "id": "ba381120-bd6f-4791-9082-3de174972380", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-ba381120-bd6f-4791-9082-3de174972380" }, { "id": "7c2773fb-48c7-4c8e-87df-bc90858e77e8", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-7c2773fb-48c7-4c8e-87df-bc90858e77e8" }, { "id": "23396872-4068-4934-bdeb-1b2e14a34ca8", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-23396872-4068-4934-bdeb-1b2e14a34ca8" }, { "id": "8a11a81e-0e3b-43ef-9a6a-fabc2ee91e42", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-8a11a81e-0e3b-43ef-9a6a-fabc2ee91e42" }, { "id": "46575aa9-0a6c-470a-b277-08119426bab8", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-46575aa9-0a6c-470a-b277-08119426bab8" }, { "id": "072aef36-c9e1-4b13-8b23-2e204e2d356e", "name": "Precondition Required", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-072aef36-c9e1-4b13-8b23-2e204e2d356e" }, { "id": "85525a8d-6467-491e-8c7d-fa9d540a9aec", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-85525a8d-6467-491e-8c7d-fa9d540a9aec" }, { "id": "0e5f87b7-fd49-457a-9aff-1dd589c5cceb", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-0e5f87b7-fd49-457a-9aff-1dd589c5cceb" }, { "id": "af346f24-c1e5-406c-a7b5-15215ca7f1cc", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-af346f24-c1e5-406c-a7b5-15215ca7f1cc" }, { "id": "0fd1e160-f85a-4588-aa6b-41360244c4a8", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-0fd1e160-f85a-4588-aa6b-41360244c4a8" }, { "id": "342bb837-e3cf-44a6-a62a-b5cafa9ffe22", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"agentId\": \"agt_584d37e7396f59f77b834cf7a93b5a28\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-342bb837-e3cf-44a6-a62a-b5cafa9ffe22" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-33b6f1cd-08bc-464d-8817-b850fdb5cfeb" }, { "name": "List wallet agents", "id": "244d8ede-9cba-4ca6-95ff-7416e2d096ca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "id": "8e8627f9-1264-4cd3-adef-e1fd8bd60b21", "key": "walletId", "value": "wal_ec215aebb4ec5b852895a87d792c80dd", "description": "(Required) " } ] }, "description": "List agents granted access to a wallet" }, "response": [ { "id": "40c325e2-bffa-41c3-8e29-e66f62e2352d", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"type\": \"agent\",\n \"id\": \"agt_8f676da90e16aa7d6f97504a97a8497c\",\n \"attributes\": {\n \"name\": \"\",\n \"description\": \"\",\n \"handle\": \"\",\n \"status\": \"REVOKED\",\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n },\n \"createdAt\": \"\",\n \"createdBy\": \"\",\n \"lastActiveAt\": \"\"\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_8fa07d25a94a2d751c0a7ec3874c692d\"\n }\n }\n },\n \"meta\": {\n \"walletAccess\": {\n \"isDefault\": \"\",\n \"attachedAt\": \"\"\n }\n }\n },\n {\n \"type\": \"agent\",\n \"id\": \"agt_67d7b8ac10e9c53a90db6fb5bb74a97b\",\n \"attributes\": {\n \"name\": \"\",\n \"description\": \"\",\n \"handle\": \"\",\n \"status\": \"ACTIVE\",\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n },\n \"createdAt\": \"\",\n \"createdBy\": \"\",\n \"lastActiveAt\": \"\"\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_5f2efefd35f0c65933a190432c8bfa9c\"\n }\n }\n },\n \"meta\": {\n \"walletAccess\": {\n \"isDefault\": \"\",\n \"attachedAt\": \"\"\n }\n }\n }\n ],\n \"meta\": {\n \"pagination\": {\n \"hasMore\": \"\",\n \"nextCursor\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-40c325e2-bffa-41c3-8e29-e66f62e2352d" }, { "id": "94dd9edd-b535-4fa6-9991-c97bd422d4b3", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-94dd9edd-b535-4fa6-9991-c97bd422d4b3" }, { "id": "ce0c4eb1-5996-4fba-ad90-86e178085b46", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-ce0c4eb1-5996-4fba-ad90-86e178085b46" }, { "id": "13e67596-3bd6-4b4b-8df3-34055457beaf", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-13e67596-3bd6-4b4b-8df3-34055457beaf" }, { "id": "7b016c75-bcef-43e2-997c-8e6099fca325", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-7b016c75-bcef-43e2-997c-8e6099fca325" }, { "id": "c48c87fe-0c0a-4ebe-abee-bc255542175b", "name": "Conflict", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-c48c87fe-0c0a-4ebe-abee-bc255542175b" }, { "id": "703c0771-5d24-4b83-b505-b12c3005d2f0", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-703c0771-5d24-4b83-b505-b12c3005d2f0" }, { "id": "74f52c0f-3471-484e-a029-68883829ef42", "name": "Precondition Required", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-74f52c0f-3471-484e-a029-68883829ef42" }, { "id": "f8b7ee45-5878-4279-8de1-1bb7d4a7a67f", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-f8b7ee45-5878-4279-8de1-1bb7d4a7a67f" }, { "id": "92bc6abf-8f96-4651-950c-fa98313ae33f", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-92bc6abf-8f96-4651-950c-fa98313ae33f" }, { "id": "18b79407-ef47-47b7-9a11-9eba573245dc", "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-18b79407-ef47-47b7-9a11-9eba573245dc" }, { "id": "69e1541a-276e-426f-94cc-3461d73903e3", "name": "Bad Gateway", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-69e1541a-276e-426f-94cc-3461d73903e3" }, { "id": "50acdffb-53c0-469e-8854-4158fbd442cb", "name": "Service Unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId/agents", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId", "agents" ], "variable": [ { "key": "walletId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-50acdffb-53c0-469e-8854-4158fbd442cb" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-244d8ede-9cba-4ca6-95ff-7416e2d096ca" } ], "id": "8b7f8c41-682d-49bb-8366-85f42ccf6004", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-8b7f8c41-682d-49bb-8366-85f42ccf6004" }, { "name": "Get wallet", "id": "ad96bb5a-1d76-425f-922f-62c40ff8ea87", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "id": "e42826f1-898b-4b06-9470-293d775978ef", "key": "walletId", "value": "wal_ec215aebb4ec5b852895a87d792c80dd", "description": "(Required) " } ] }, "description": "Get a wallet" }, "response": [ { "id": "69bd3987-7b0b-417a-9095-3329fe6a71ed", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_193fb2c18ee2b3babe5f37679d83a7b6\",\n \"attributes\": {\n \"status\": \"closed\",\n \"walletType\": \"standard\",\n \"isDefault\": \"\",\n \"createdAt\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"balance\": {\n \"available\": \"\",\n \"total\": \"\",\n \"currency\": \"USD\"\n },\n \"claims\": {\n \"amount\": \"\",\n \"count\": \"\"\n },\n \"depositInstructions\": {\n \"bankName\": \"\"\n }\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-69bd3987-7b0b-417a-9095-3329fe6a71ed" }, { "id": "c0c815ca-cd91-4263-84ca-1c35031f56c1", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-c0c815ca-cd91-4263-84ca-1c35031f56c1" }, { "id": "43b1553d-c79e-45af-955e-c4449fc549e7", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-43b1553d-c79e-45af-955e-c4449fc549e7" }, { "id": "49e0754a-01f9-48be-8c52-7b7f57b65b0c", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-49e0754a-01f9-48be-8c52-7b7f57b65b0c" }, { "id": "a6886b08-d8e4-43d2-94e9-0d4b3ee53144", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-a6886b08-d8e4-43d2-94e9-0d4b3ee53144" }, { "id": "d407422b-da82-4f86-80a0-c6cc83967c18", "name": "Conflict", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-d407422b-da82-4f86-80a0-c6cc83967c18" }, { "id": "823fee93-ceb4-43ad-a7b0-94f10bcb624c", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-823fee93-ceb4-43ad-a7b0-94f10bcb624c" }, { "id": "793a77c1-59d1-4e93-91a6-1a07caf5cc2c", "name": "Precondition Required", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-793a77c1-59d1-4e93-91a6-1a07caf5cc2c" }, { "id": "6bc51cb1-ee91-42aa-98d4-d7b4f4b6a99c", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-6bc51cb1-ee91-42aa-98d4-d7b4f4b6a99c" }, { "id": "7249acd7-feeb-4433-bef4-9f20c1651863", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-7249acd7-feeb-4433-bef4-9f20c1651863" }, { "id": "409ed6cd-ce34-4218-903e-3f960d593d04", "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-409ed6cd-ce34-4218-903e-3f960d593d04" }, { "id": "06efa32b-9efb-4c8f-b779-1d697874c5a2", "name": "Bad Gateway", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-06efa32b-9efb-4c8f-b779-1d697874c5a2" }, { "id": "4df20f06-82c1-4a7b-b360-f02084112b55", "name": "Service Unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-4df20f06-82c1-4a7b-b360-f02084112b55" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-ad96bb5a-1d76-425f-922f-62c40ff8ea87" }, { "name": "Update wallet", "id": "64eae686-405d-4ef9-a18f-0b42fc71c842", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "id": "3a9e3cfd-7124-413f-9277-177969d49b36", "key": "walletId", "value": "wal_ec215aebb4ec5b852895a87d792c80dd", "description": "(Required) " } ] }, "description": "Update wallet metadata" }, "response": [ { "id": "a426679b-7604-49c2-889d-5e1513d224ae", "name": "Successful Response", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_193fb2c18ee2b3babe5f37679d83a7b6\",\n \"attributes\": {\n \"status\": \"closed\",\n \"walletType\": \"standard\",\n \"isDefault\": \"\",\n \"createdAt\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"balance\": {\n \"available\": \"\",\n \"total\": \"\",\n \"currency\": \"USD\"\n },\n \"claims\": {\n \"amount\": \"\",\n \"count\": \"\"\n },\n \"depositInstructions\": {\n \"bankName\": \"\"\n }\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-a426679b-7604-49c2-889d-5e1513d224ae" }, { "id": "bc1227f2-a198-4568-837c-3a8bc439d059", "name": "Validation Error", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-bc1227f2-a198-4568-837c-3a8bc439d059" }, { "id": "2d37aa5d-adad-4f89-b797-4b5d60f36e37", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-2d37aa5d-adad-4f89-b797-4b5d60f36e37" }, { "id": "23a8c8ef-f5a7-456b-b60f-d780b4e66eeb", "name": "Forbidden", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-23a8c8ef-f5a7-456b-b60f-d780b4e66eeb" }, { "id": "17326844-bc59-4b6f-a640-722505c04a04", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-17326844-bc59-4b6f-a640-722505c04a04" }, { "id": "dbced9a3-1240-4bd2-9322-b1bf53e98405", "name": "Conflict", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-dbced9a3-1240-4bd2-9322-b1bf53e98405" }, { "id": "ea38bf92-9199-4432-96d5-e48baa7c608f", "name": "Validation Error", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-ea38bf92-9199-4432-96d5-e48baa7c608f" }, { "id": "4d183dac-cd4b-408e-a294-1ee3d679c378", "name": "Precondition Required", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-4d183dac-cd4b-408e-a294-1ee3d679c378" }, { "id": "a4fc1588-f594-4dab-af58-9d324fc056c5", "name": "Too Many Requests", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-a4fc1588-f594-4dab-af58-9d324fc056c5" }, { "id": "c221bd3c-229b-4d35-b51b-949aaede10b2", "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-c221bd3c-229b-4d35-b51b-949aaede10b2" }, { "id": "1ad66e3b-96a2-4c71-b63b-0660dca61e3b", "name": "Not Implemented", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-1ad66e3b-96a2-4c71-b63b-0660dca61e3b" }, { "id": "6f622c82-b799-46ce-9109-e7972dd4a663", "name": "Bad Gateway", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-6f622c82-b799-46ce-9109-e7972dd4a663" }, { "id": "ee3e12a3-b768-47a1-abe0-aa3200dd7086", "name": "Service Unavailable", "originalRequest": { "method": "PATCH", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "wallets", ":walletId" ], "variable": [ { "key": "walletId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-ee3e12a3-b768-47a1-abe0-aa3200dd7086" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-64eae686-405d-4ef9-a18f-0b42fc71c842" } ], "id": "ae330905-cd1a-4c53-b005-fced4886e20b", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-ae330905-cd1a-4c53-b005-fced4886e20b" }, { "name": "List wallets", "id": "495d82da-215d-46a8-954f-ec5d3d68ec7a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] }, "description": "List wallets" }, "response": [ { "id": "f64483f0-a3cd-4a1a-b6af-45c8ca97e543", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"type\": \"wallet\",\n \"id\": \"wal_1f1c8c26478c2706c36cae504a1c9ecb\",\n \"attributes\": {\n \"status\": \"active\",\n \"walletType\": \"vault\",\n \"isDefault\": \"\",\n \"createdAt\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"balance\": {\n \"available\": \"\",\n \"total\": \"\",\n \"currency\": \"USD\"\n },\n \"claims\": {\n \"amount\": \"\",\n \"count\": \"\"\n },\n \"depositInstructions\": {\n \"bankName\": \"\"\n }\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"type\": \"wallet\",\n \"id\": \"wal_7b0cdeabe153436595c5358def69dc98\",\n \"attributes\": {\n \"status\": \"frozen\",\n \"walletType\": \"standard\",\n \"isDefault\": \"\",\n \"createdAt\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"balance\": {\n \"available\": \"\",\n \"total\": \"\",\n \"currency\": \"USD\"\n },\n \"claims\": {\n \"amount\": \"\",\n \"count\": \"\"\n },\n \"depositInstructions\": {\n \"bankName\": \"\"\n }\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"\"\n }\n }\n }\n }\n ],\n \"meta\": {\n \"pagination\": {\n \"hasMore\": \"\",\n \"nextCursor\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-f64483f0-a3cd-4a1a-b6af-45c8ca97e543" }, { "id": "3ad8719d-80b0-4707-85bc-848d0408486d", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-3ad8719d-80b0-4707-85bc-848d0408486d" }, { "id": "64b0e5b1-0585-4d7f-b056-707431c65f2e", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-64b0e5b1-0585-4d7f-b056-707431c65f2e" }, { "id": "218a0a93-9f10-4e1d-bca9-74ec49f049f0", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-218a0a93-9f10-4e1d-bca9-74ec49f049f0" }, { "id": "83ab8600-8fce-460e-a088-d1b16c0c2ed1", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-83ab8600-8fce-460e-a088-d1b16c0c2ed1" }, { "id": "572bb8a2-84e6-4fb6-8350-c14be83af7a6", "name": "Conflict", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-572bb8a2-84e6-4fb6-8350-c14be83af7a6" }, { "id": "2a708e7c-abb2-438d-bfec-a07fd11809bd", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-2a708e7c-abb2-438d-bfec-a07fd11809bd" }, { "id": "b9071af0-0c30-4958-84ff-662286838fb6", "name": "Precondition Required", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-b9071af0-0c30-4958-84ff-662286838fb6" }, { "id": "825c5158-c050-40e1-8d43-7a81752b54b6", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-825c5158-c050-40e1-8d43-7a81752b54b6" }, { "id": "60e3a1a0-789b-44b7-a255-663dd555616f", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-60e3a1a0-789b-44b7-a255-663dd555616f" }, { "id": "f9a7f693-8c76-4ff4-8f06-41d28d0ba9cc", "name": "Not Implemented", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-f9a7f693-8c76-4ff4-8f06-41d28d0ba9cc" }, { "id": "43dc82ff-f773-4bd0-8191-236f1f78ab81", "name": "Bad Gateway", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-43dc82ff-f773-4bd0-8191-236f1f78ab81" }, { "id": "d57379e2-bd0b-4152-becf-15a344b1aa37", "name": "Service Unavailable", "originalRequest": { "method": "GET", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/wallets?partyId=pty_80f688d244a5f0176cc88c09c0e3086a", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ], "query": [ { "key": "partyId", "value": "pty_80f688d244a5f0176cc88c09c0e3086a" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-d57379e2-bd0b-4152-becf-15a344b1aa37" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-495d82da-215d-46a8-954f-ec5d3d68ec7a" }, { "name": "Create wallet", "id": "955c0a91-3e0b-4033-8490-7d4f4585c805", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] }, "description": "Create a standard wallet" }, "response": [ { "id": "629ac3fe-041c-493f-bbc2-e007aa7de42a", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"wallet\",\n \"id\": \"wal_193fb2c18ee2b3babe5f37679d83a7b6\",\n \"attributes\": {\n \"status\": \"closed\",\n \"walletType\": \"standard\",\n \"isDefault\": \"\",\n \"createdAt\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"balance\": {\n \"available\": \"\",\n \"total\": \"\",\n \"currency\": \"USD\"\n },\n \"claims\": {\n \"amount\": \"\",\n \"count\": \"\"\n },\n \"depositInstructions\": {\n \"bankName\": \"\"\n }\n },\n \"relationships\": {\n \"party\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"\"\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-629ac3fe-041c-493f-bbc2-e007aa7de42a" }, { "id": "45b2fe58-3991-42e4-8459-193508eb7264", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-45b2fe58-3991-42e4-8459-193508eb7264" }, { "id": "0f2e1782-76a3-4bf6-8284-ffab4467dc8c", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-0f2e1782-76a3-4bf6-8284-ffab4467dc8c" }, { "id": "d2d92c11-2f2d-4af4-9feb-ab54ee9e3d00", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-d2d92c11-2f2d-4af4-9feb-ab54ee9e3d00" }, { "id": "a0b82861-a3c8-4ab1-9657-f5dfd8dbc7a7", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-a0b82861-a3c8-4ab1-9657-f5dfd8dbc7a7" }, { "id": "296bc643-1ca3-4787-9f6d-aa19f5e5b75b", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-296bc643-1ca3-4787-9f6d-aa19f5e5b75b" }, { "id": "3cafcebc-0618-48bd-adb1-3b9393eb1473", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-3cafcebc-0618-48bd-adb1-3b9393eb1473" }, { "id": "12a9c7f4-1cd1-4ab1-ba77-f303fabd631f", "name": "Precondition Required", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-12a9c7f4-1cd1-4ab1-ba77-f303fabd631f" }, { "id": "476a463b-c60e-44f7-91ac-442cb47db909", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-476a463b-c60e-44f7-91ac-442cb47db909" }, { "id": "6a4ec804-5cdc-43b2-b04e-4f15f7673185", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-6a4ec804-5cdc-43b2-b04e-4f15f7673185" }, { "id": "c9af25ec-b98c-4be1-a192-78f14ccec309", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-c9af25ec-b98c-4be1-a192-78f14ccec309" }, { "id": "d2221f44-d14b-4bd0-bd9f-297d19976e40", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-d2221f44-d14b-4bd0-bd9f-297d19976e40" }, { "id": "db788caa-194b-4de8-a612-906a69e2b873", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Unique key for safely retrying a request without creating duplicates.", "key": "Idempotency-Key", "value": "" }, { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_1e60fe8f917d26b9c4ce2072a7dab8c1" }, { "description": "Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.", "key": "X-Instance-ID", "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 \"data\": {\n \"attributes\": {\n \"displayName\": \"\",\n \"description\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallets", "host": [ "{{baseUrl}}" ], "path": [ "wallets" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-db788caa-194b-4de8-a612-906a69e2b873" } ], "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-955c0a91-3e0b-4033-8490-7d4f4585c805" } ], "id": "32bd2843-2003-4252-83e9-b21439f801f4", "createdAt": "2026-07-28T02:16:44.000Z", "updatedAt": "2026-07-28T02:16:44.000Z", "uid": "35240-32bd2843-2003-4252-83e9-b21439f801f4" } ], "variable": [ { "key": "baseUrl", "value": "https://api.natural.com" } ] }