{ "info": { "_postman_id": "94e56ef9-dbff-42ed-9425-f8c46f932781", "name": "Natural Agent Keys Parties 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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "lastUpdatedBy": "35240", "uid": "35240-94e56ef9-dbff-42ed-9425-f8c46f932781" }, "item": [ { "name": "parties", "item": [ { "name": "me", "item": [ { "name": "members", "item": [ { "name": "{userId}", "item": [ { "name": "Remove party member", "id": "dc528d94-9319-46b1-831e-5da806bc85b3", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "id": "835f117e-47d0-4aaf-95f0-5808aac5c6d5", "key": "userId", "value": "usr_9744e3dfc2ea4ed8b24a939c8fbec7e9", "description": "(Required) " } ] }, "description": "Remove a member from the party" }, "response": [ { "id": "eb3c38dc-fd1c-4b57-9768-543020c5cb4b", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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\": \"user\",\n \"id\": \"usr_07c05139a912dad7ae2aad75e4de6288\"\n },\n \"meta\": {\n \"deleted\": {\n \"const\": true,\n \"description\": \"Indicates the resource was deleted.\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-eb3c38dc-fd1c-4b57-9768-543020c5cb4b" }, { "id": "d9e7eb42-c61d-4ec9-8f22-ee788300c543", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-d9e7eb42-c61d-4ec9-8f22-ee788300c543" }, { "id": "84f4dd14-bcba-4deb-ad30-693312dde26d", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-84f4dd14-bcba-4deb-ad30-693312dde26d" }, { "id": "b53cbb8d-6e49-4d2b-83bd-f1ec8987591d", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-b53cbb8d-6e49-4d2b-83bd-f1ec8987591d" }, { "id": "8d717b2e-3bcb-4341-ae34-52b115dc4c09", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-8d717b2e-3bcb-4341-ae34-52b115dc4c09" }, { "id": "7f7e2408-4109-439f-b218-06ec35f58e02", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-7f7e2408-4109-439f-b218-06ec35f58e02" }, { "id": "262b80fd-6c52-4251-88ba-b2fec1f34a6f", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-262b80fd-6c52-4251-88ba-b2fec1f34a6f" }, { "id": "90c5abde-53b1-4b70-8fe8-7f9f5bc4d84f", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-90c5abde-53b1-4b70-8fe8-7f9f5bc4d84f" }, { "id": "2ee6c58a-dac0-48e3-833a-e69ab9d9136d", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-2ee6c58a-dac0-48e3-833a-e69ab9d9136d" }, { "id": "9b1f030e-af04-426a-91af-17726467f961", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-9b1f030e-af04-426a-91af-17726467f961" }, { "id": "f5cd4c49-a063-4f33-91ac-76080301a70d", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-f5cd4c49-a063-4f33-91ac-76080301a70d" }, { "id": "70aafb12-17fc-4319-9a92-6e7ce4394f70", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-70aafb12-17fc-4319-9a92-6e7ce4394f70" }, { "id": "6117744b-fff9-487f-ae3c-7953d3aa1594", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members/:userId", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members", ":userId" ], "variable": [ { "key": "userId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-6117744b-fff9-487f-ae3c-7953d3aa1594" } ], "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-dc528d94-9319-46b1-831e-5da806bc85b3" } ], "id": "5b2033e6-225b-4233-93c3-e863131a96bb", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-5b2033e6-225b-4233-93c3-e863131a96bb" }, { "name": "List party members", "id": "d422df4d-2c1f-421d-ad4f-c411d8b96155", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] }, "description": "List active members of the party. Available for business parties." }, "response": [ { "id": "734a286e-3429-47c4-bbf5-aab826382064", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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\": \"user\",\n \"id\": \"usr_4212dfb0a3e66310c6711fa582c1488c\",\n \"attributes\": {\n \"partyId\": \"pty_fbdb6636728c7270cc7ebdea8e0b8ada\",\n \"role\": \"OWNER\",\n \"status\": \"DELETED\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"email\": \"\"\n }\n },\n {\n \"type\": \"user\",\n \"id\": \"usr_3e9ecd2cc1023a6ac4bc22bd6278d7fd\",\n \"attributes\": {\n \"partyId\": \"pty_a79341708fb850b0fc202a8a13359602\",\n \"role\": \"ADMIN\",\n \"status\": \"DELETED\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"email\": \"\"\n }\n }\n ],\n \"meta\": {\n \"pagination\": {\n \"hasMore\": \"\",\n \"nextCursor\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-734a286e-3429-47c4-bbf5-aab826382064" }, { "id": "2747bd1b-5d1e-4a20-bb31-c4fec2a13090", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-2747bd1b-5d1e-4a20-bb31-c4fec2a13090" }, { "id": "4e1a83bd-7e0e-4995-92dc-a800fef6dd56", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-4e1a83bd-7e0e-4995-92dc-a800fef6dd56" }, { "id": "008282bb-5ab7-4112-ad0a-f9259f7085ff", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-008282bb-5ab7-4112-ad0a-f9259f7085ff" }, { "id": "9e5f1d80-0d03-430b-b5df-4b40f0d4bca7", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-9e5f1d80-0d03-430b-b5df-4b40f0d4bca7" }, { "id": "9b00cf5c-07c7-4da1-9db3-fcf80c6918ae", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-9b00cf5c-07c7-4da1-9db3-fcf80c6918ae" }, { "id": "5dd014ac-5e01-49af-9f5c-1ab4b64fe0d3", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-5dd014ac-5e01-49af-9f5c-1ab4b64fe0d3" }, { "id": "74e9c8e4-ea3f-4f53-9d8f-5c888c214086", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-74e9c8e4-ea3f-4f53-9d8f-5c888c214086" }, { "id": "35b91981-b119-42a8-93e0-11e80a84282c", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-35b91981-b119-42a8-93e0-11e80a84282c" }, { "id": "49497dfe-b4d8-4523-97c0-dcd435803734", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-49497dfe-b4d8-4523-97c0-dcd435803734" }, { "id": "a8d22249-9619-44ba-b52b-1ab7cf21ad25", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-a8d22249-9619-44ba-b52b-1ab7cf21ad25" }, { "id": "5b5238f4-50d8-4db0-a5c7-577573acc4d3", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-5b5238f4-50d8-4db0-a5c7-577573acc4d3" }, { "id": "9bca5a91-d1ba-4973-9e8f-d96e7a021d50", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/members?cursor=&limit=50", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "members" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "50" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-9bca5a91-d1ba-4973-9e8f-d96e7a021d50" } ], "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-d422df4d-2c1f-421d-ad4f-c411d8b96155" } ], "id": "09cbea16-f06f-4237-96b0-87d3a98a524d", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-09cbea16-f06f-4237-96b0-87d3a98a524d" }, { "name": "handle", "item": [ { "name": "Set party handle", "id": "4b432f8d-98fc-451b-9ac4-f604c7a2439b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] }, "description": "Set or rename your party's handle; it can never be cleared" }, "response": [ { "id": "1053305b-dff1-4519-b3c7-9106539e71c2", "name": "Successful Response", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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 \"id\": \"pty_4b90c94b6fef2c8556e95a11210ad907\",\n \"type\": \"party\",\n \"attributes\": {\n \"partyType\": \"ORG\",\n \"legalName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"status\": \"INACTIVE\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"displayName\": \"\",\n \"handle\": \"\",\n \"avatarUrl\": \"\",\n \"persona\": \"INDIVIDUAL\",\n \"email\": \"\",\n \"primaryPhone\": \"\",\n \"addressLine1\": \"\",\n \"addressCity\": \"\",\n \"addressState\": \"\",\n \"addressPostalCode\": \"\",\n \"addressCountry\": \"\",\n \"createdBy\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-1053305b-dff1-4519-b3c7-9106539e71c2" }, { "id": "6c0eb036-e329-4f8c-b750-86a6349f5e84", "name": "Validation Error", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-6c0eb036-e329-4f8c-b750-86a6349f5e84" }, { "id": "0ff9e448-8544-4ab6-81d4-347ae6df74c8", "name": "Unauthorized", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-0ff9e448-8544-4ab6-81d4-347ae6df74c8" }, { "id": "ede70af7-99c8-434b-a3ae-2921e18b951c", "name": "Forbidden", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-ede70af7-99c8-434b-a3ae-2921e18b951c" }, { "id": "c24c5597-0983-4e61-a411-14f4d8cb1ef6", "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": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-c24c5597-0983-4e61-a411-14f4d8cb1ef6" }, { "id": "18570db5-7d68-4a26-a597-3a6c6e49f6ab", "name": "Conflict", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-18570db5-7d68-4a26-a597-3a6c6e49f6ab" }, { "id": "aa8b1b27-2772-4c07-b2ce-fae41c207b2a", "name": "Validation Error", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-aa8b1b27-2772-4c07-b2ce-fae41c207b2a" }, { "id": "a6b5c54f-19f0-40e5-9312-92ed2b52f011", "name": "Precondition Required", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-a6b5c54f-19f0-40e5-9312-92ed2b52f011" }, { "id": "17dd1f1b-62ac-45a1-9a7c-cc56b99f7d8d", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-17dd1f1b-62ac-45a1-9a7c-cc56b99f7d8d" }, { "id": "f93c56fc-556f-4155-8d37-69173845f9c9", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-f93c56fc-556f-4155-8d37-69173845f9c9" }, { "id": "b89e8819-42a3-47ee-83ce-67b5e6601323", "name": "Not Implemented", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-b89e8819-42a3-47ee-83ce-67b5e6601323" }, { "id": "3a9cc1fc-edb3-41f3-80e4-200366ff0c7e", "name": "Bad Gateway", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-3a9cc1fc-edb3-41f3-80e4-200366ff0c7e" }, { "id": "86005c7a-4900-4293-9821-54435d4df7e7", "name": "Service Unavailable", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"handle\": \"k3i8_xh0aytvxo6_kfzgn9ro8mj\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/handle", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "handle" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-86005c7a-4900-4293-9821-54435d4df7e7" } ], "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-4b432f8d-98fc-451b-9ac4-f604c7a2439b" } ], "id": "e8fc341c-28a4-49f5-a05e-75275f20c6d7", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-e8fc341c-28a4-49f5-a05e-75275f20c6d7" }, { "name": "limits", "item": [ { "name": "Get party approval limits", "id": "28ae14f4-0e99-4a95-9c9e-046521179b2a", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] }, "description": "Get the party's approval limits" }, "response": [ { "id": "2687dcd9-a294-4fc7-8c0e-e590ae827da6", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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\": \"partyLimitPolicy\",\n \"id\": \"pty_b135dac183fb1cc1538c5131a2ca6fea\",\n \"attributes\": {\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n },\n \"currency\": \"\",\n \"updatedAt\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-2687dcd9-a294-4fc7-8c0e-e590ae827da6" }, { "id": "655fd890-d7c6-43ea-9719-5ac43dce8542", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-655fd890-d7c6-43ea-9719-5ac43dce8542" }, { "id": "b066d0d4-07d7-4742-93bf-e3cc7c0542a9", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-b066d0d4-07d7-4742-93bf-e3cc7c0542a9" }, { "id": "54b1e306-ce82-4962-a0ff-a7b1b00e60c8", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-54b1e306-ce82-4962-a0ff-a7b1b00e60c8" }, { "id": "b376b21d-a7a0-4e70-a941-0b805f9abdab", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-b376b21d-a7a0-4e70-a941-0b805f9abdab" }, { "id": "3d31cdba-c68d-4c10-b72d-54d9a6e8dcc3", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-3d31cdba-c68d-4c10-b72d-54d9a6e8dcc3" }, { "id": "f4874cc6-a878-4398-b1e4-88d8efc5cbad", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-f4874cc6-a878-4398-b1e4-88d8efc5cbad" }, { "id": "c4ce7027-3a24-4664-a809-079c408a6671", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-c4ce7027-3a24-4664-a809-079c408a6671" }, { "id": "02dbbe2a-90a9-4f10-9ce4-5eb05623c40a", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-02dbbe2a-90a9-4f10-9ce4-5eb05623c40a" }, { "id": "fb1804ae-51d2-4380-9fee-f0fb3de7481f", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-fb1804ae-51d2-4380-9fee-f0fb3de7481f" }, { "id": "54253bab-1489-4285-850b-f9f017e583df", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-54253bab-1489-4285-850b-f9f017e583df" }, { "id": "cc6d3f3f-c443-44b8-ac60-8b06f6c8129c", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-cc6d3f3f-c443-44b8-ac60-8b06f6c8129c" }, { "id": "e2194a29-73c9-4222-9eb6-866b0ca8067e", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-e2194a29-73c9-4222-9eb6-866b0ca8067e" } ], "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-28ae14f4-0e99-4a95-9c9e-046521179b2a" }, { "name": "Set party approval limits", "id": "d34ba0f6-7e19-4d33-8934-cdcaa64821be", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] }, "description": "Set the party's approval limits" }, "response": [ { "id": "ca8f1953-711c-4b1f-b081-64f49a7f869c", "name": "Successful Response", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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\": \"partyLimitPolicy\",\n \"id\": \"pty_b135dac183fb1cc1538c5131a2ca6fea\",\n \"attributes\": {\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n },\n \"currency\": \"\",\n \"updatedAt\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-ca8f1953-711c-4b1f-b081-64f49a7f869c" }, { "id": "05fd805d-36ed-479b-9da2-c45dff7c7a6a", "name": "Validation Error", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-05fd805d-36ed-479b-9da2-c45dff7c7a6a" }, { "id": "e1e31a7c-5551-45f1-a612-a4a641928a98", "name": "Unauthorized", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-e1e31a7c-5551-45f1-a612-a4a641928a98" }, { "id": "4b91a870-96d1-4a96-a070-90398c8a7905", "name": "Forbidden", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-4b91a870-96d1-4a96-a070-90398c8a7905" }, { "id": "ef73b8cb-38c7-41dd-beca-bf83f5638c01", "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": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-ef73b8cb-38c7-41dd-beca-bf83f5638c01" }, { "id": "4b52bcfc-9a96-455f-8fa9-e449a13b7b74", "name": "Conflict", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-4b52bcfc-9a96-455f-8fa9-e449a13b7b74" }, { "id": "4fe15ca5-a08f-4496-99db-a88b062feb08", "name": "Validation Error", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-4fe15ca5-a08f-4496-99db-a88b062feb08" }, { "id": "80923043-f335-4462-9c12-b6c37799f32e", "name": "Precondition Required", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-80923043-f335-4462-9c12-b6c37799f32e" }, { "id": "7c2c2fb9-7fc1-49a9-90cd-b62325179573", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-7c2c2fb9-7fc1-49a9-90cd-b62325179573" }, { "id": "6c9950cb-3411-4f5d-98ba-f2be035836b8", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-6c9950cb-3411-4f5d-98ba-f2be035836b8" }, { "id": "a138e4a4-d646-43eb-9698-1cd751c7f968", "name": "Not Implemented", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-a138e4a4-d646-43eb-9698-1cd751c7f968" }, { "id": "b38bcf7f-fa5d-43ec-9d02-24acf52d25fb", "name": "Bad Gateway", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-b38bcf7f-fa5d-43ec-9d02-24acf52d25fb" }, { "id": "e8ad52de-3c68-4621-941a-1207da4ced94", "name": "Service Unavailable", "originalRequest": { "method": "PUT", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\",\n \"currency\": \"USD\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-e8ad52de-3c68-4621-941a-1207da4ced94" } ], "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-d34ba0f6-7e19-4d33-8934-cdcaa64821be" }, { "name": "Disable party approval limits", "id": "c9793ad9-7f15-4fa7-a08b-aadb14e3f595", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] }, "description": "Disable all approval limits for the party" }, "response": [ { "id": "c2c23d26-2c3f-4a79-b94a-4576140573bb", "name": "Successful Response", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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\": \"partyLimitPolicy\",\n \"id\": \"pty_b135dac183fb1cc1538c5131a2ca6fea\",\n \"attributes\": {\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n },\n \"currency\": \"\",\n \"updatedAt\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-c2c23d26-2c3f-4a79-b94a-4576140573bb" }, { "id": "ebf7eaa6-603a-4d3d-9cd2-025b71d42178", "name": "Validation Error", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-ebf7eaa6-603a-4d3d-9cd2-025b71d42178" }, { "id": "1c145e6d-bd3e-4420-8141-906cfd0b0702", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-1c145e6d-bd3e-4420-8141-906cfd0b0702" }, { "id": "0bc4b864-00c3-4195-9c26-7244cb564eca", "name": "Forbidden", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-0bc4b864-00c3-4195-9c26-7244cb564eca" }, { "id": "a78469e7-1327-48d2-95e1-1f76c0512071", "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": "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-a78469e7-1327-48d2-95e1-1f76c0512071" }, { "id": "cf7aa555-4b06-42ed-b77b-98ea82ab6cb6", "name": "Conflict", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-cf7aa555-4b06-42ed-b77b-98ea82ab6cb6" }, { "id": "3b1f4a0b-0e0b-45a2-9a06-4a86169f6bf5", "name": "Validation Error", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-3b1f4a0b-0e0b-45a2-9a06-4a86169f6bf5" }, { "id": "22556eb5-cf9a-4df1-8514-1875efb4c1a9", "name": "Precondition Required", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-22556eb5-cf9a-4df1-8514-1875efb4c1a9" }, { "id": "d619ae7e-f794-4619-95f6-159e9d152bfc", "name": "Too Many Requests", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-d619ae7e-f794-4619-95f6-159e9d152bfc" }, { "id": "801177a6-c5fe-4a43-80e5-0297af72efc2", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-801177a6-c5fe-4a43-80e5-0297af72efc2" }, { "id": "a39efd36-c078-46af-8fa5-ce19aea268de", "name": "Not Implemented", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-a39efd36-c078-46af-8fa5-ce19aea268de" }, { "id": "7c40ab10-48b1-485e-bb94-670df1a14872", "name": "Bad Gateway", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-7c40ab10-48b1-485e-bb94-670df1a14872" }, { "id": "09f4a99e-9b8d-498e-9e75-080d6a148de8", "name": "Service Unavailable", "originalRequest": { "method": "DELETE", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me/limits", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me", "limits" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-09f4a99e-9b8d-498e-9e75-080d6a148de8" } ], "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-c9793ad9-7f15-4fa7-a08b-aadb14e3f595" } ], "id": "d37d086b-e40a-4f8a-a336-34a6b084689b", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-d37d086b-e40a-4f8a-a336-34a6b084689b" }, { "name": "Get party", "id": "82553511-4207-4f63-b040-2f7a464dcf87", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] }, "description": "Get the current party" }, "response": [ { "id": "f86fbdb7-4c0b-47be-b494-d75b7b6019c5", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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 \"id\": \"pty_4b90c94b6fef2c8556e95a11210ad907\",\n \"type\": \"party\",\n \"attributes\": {\n \"partyType\": \"ORG\",\n \"legalName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"status\": \"INACTIVE\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"displayName\": \"\",\n \"handle\": \"\",\n \"avatarUrl\": \"\",\n \"persona\": \"INDIVIDUAL\",\n \"email\": \"\",\n \"primaryPhone\": \"\",\n \"addressLine1\": \"\",\n \"addressCity\": \"\",\n \"addressState\": \"\",\n \"addressPostalCode\": \"\",\n \"addressCountry\": \"\",\n \"createdBy\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-f86fbdb7-4c0b-47be-b494-d75b7b6019c5" }, { "id": "d50b8380-d5d9-479b-bf60-9ffb43a87156", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-d50b8380-d5d9-479b-bf60-9ffb43a87156" }, { "id": "e0335774-9177-44b5-8749-da9b3b45056e", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-e0335774-9177-44b5-8749-da9b3b45056e" }, { "id": "f2a6215f-8463-4722-a082-ad78754500bc", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-f2a6215f-8463-4722-a082-ad78754500bc" }, { "id": "a12bcb7f-fe96-4e6e-bb8a-9fecc2ed1882", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-a12bcb7f-fe96-4e6e-bb8a-9fecc2ed1882" }, { "id": "fe3759ed-5705-4640-92db-5cdf95d7da57", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-fe3759ed-5705-4640-92db-5cdf95d7da57" }, { "id": "7672d4b6-4822-4802-a880-6d03d796b1fb", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-7672d4b6-4822-4802-a880-6d03d796b1fb" }, { "id": "1b6683c4-fe19-4915-8db7-8d51b9b5b471", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-1b6683c4-fe19-4915-8db7-8d51b9b5b471" }, { "id": "ba4d5586-79b0-4460-a88b-a29fa2b20249", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-ba4d5586-79b0-4460-a88b-a29fa2b20249" }, { "id": "31af5b60-5374-4c62-9d07-515b1fe90f9f", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-31af5b60-5374-4c62-9d07-515b1fe90f9f" }, { "id": "89e86339-c5d8-467e-b5bd-92727c212b59", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-89e86339-c5d8-467e-b5bd-92727c212b59" }, { "id": "2e6b2e97-0ab5-4526-b7f2-796a4a5b2db2", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-2e6b2e97-0ab5-4526-b7f2-796a4a5b2db2" }, { "id": "1e8687fd-29b9-47f4-afff-c6623c5ab3e5", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-1e8687fd-29b9-47f4-afff-c6623c5ab3e5" } ], "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-82553511-4207-4f63-b040-2f7a464dcf87" }, { "name": "Update party", "id": "15326ba0-f873-404c-815b-448f8fc06ac8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] }, "description": "Update the current party" }, "response": [ { "id": "0b1bcd2e-77da-40ee-9268-990c0b3e8f7a", "name": "Successful Response", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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 \"id\": \"pty_4b90c94b6fef2c8556e95a11210ad907\",\n \"type\": \"party\",\n \"attributes\": {\n \"partyType\": \"ORG\",\n \"legalName\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"status\": \"INACTIVE\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"displayName\": \"\",\n \"handle\": \"\",\n \"avatarUrl\": \"\",\n \"persona\": \"INDIVIDUAL\",\n \"email\": \"\",\n \"primaryPhone\": \"\",\n \"addressLine1\": \"\",\n \"addressCity\": \"\",\n \"addressState\": \"\",\n \"addressPostalCode\": \"\",\n \"addressCountry\": \"\",\n \"createdBy\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-0b1bcd2e-77da-40ee-9268-990c0b3e8f7a" }, { "id": "19dbaba7-9d41-4d4b-8434-1f94f558518a", "name": "Validation Error", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-19dbaba7-9d41-4d4b-8434-1f94f558518a" }, { "id": "166e2b9f-38bf-4e0d-b303-63c4ec6a0bd2", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-166e2b9f-38bf-4e0d-b303-63c4ec6a0bd2" }, { "id": "f8cd3bd6-1123-4a9e-a4ec-fc794d4afc4e", "name": "Forbidden", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-f8cd3bd6-1123-4a9e-a4ec-fc794d4afc4e" }, { "id": "a45c5a99-1be7-4456-9278-35906aaaca25", "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": "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-a45c5a99-1be7-4456-9278-35906aaaca25" }, { "id": "88450f50-6a43-489c-b074-7718e2439aef", "name": "Conflict", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-88450f50-6a43-489c-b074-7718e2439aef" }, { "id": "d7b9f2fc-32c4-480b-8b34-e93750a0da84", "name": "Validation Error", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-d7b9f2fc-32c4-480b-8b34-e93750a0da84" }, { "id": "d5c717cf-3da0-490f-90ed-1b79cfabe19f", "name": "Precondition Required", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-d5c717cf-3da0-490f-90ed-1b79cfabe19f" }, { "id": "8e1c0ba8-658a-4cea-9ee5-2e30dc07b70c", "name": "Too Many Requests", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-8e1c0ba8-658a-4cea-9ee5-2e30dc07b70c" }, { "id": "8a696479-d67e-4f33-8cfd-8740f2b42b39", "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-8a696479-d67e-4f33-8cfd-8740f2b42b39" }, { "id": "a35bdd87-e079-47dd-8525-f762c23425c9", "name": "Not Implemented", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-a35bdd87-e079-47dd-8525-f762c23425c9" }, { "id": "319004b2-6ce3-45bb-bbfe-2563315e62f1", "name": "Bad Gateway", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-319004b2-6ce3-45bb-bbfe-2563315e62f1" }, { "id": "2b960f95-086b-4d34-b05c-e361d7295a71", "name": "Service Unavailable", "originalRequest": { "method": "PATCH", "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_6a2aeb8932f786969c2082df11be134b" }, { "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 }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/parties/me", "host": [ "{{baseUrl}}" ], "path": [ "parties", "me" ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-2b960f95-086b-4d34-b05c-e361d7295a71" } ], "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-15326ba0-f873-404c-815b-448f8fc06ac8" } ], "id": "c5d9d3bc-28af-4755-ba6b-d1251f431677", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-c5d9d3bc-28af-4755-ba6b-d1251f431677" }, { "name": "{partyId}", "item": [ { "name": "compliance", "item": [ { "name": "Get party compliance", "id": "b563cdfa-1055-4b6b-b9f9-adcbc67be7bf", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "id": "9ebd32f9-ce90-4be5-a785-5a6a8b2aa5d6", "key": "partyId", "value": "pty_388dfb2733f4dd5865ccf547cc725467", "description": "(Required) " } ] }, "description": "Get a party's current compliance status" }, "response": [ { "id": "fad9db03-186b-44d7-918a-98844c0b1cee", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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 \"id\": \"\",\n \"type\": \"compliance_case\",\n \"attributes\": {\n \"partyId\": \"pty_ae2538fd404378ac4ad192bbba34fe62\",\n \"status\": \"rejected\"\n },\n \"version\": \"\"\n }\n}", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-fad9db03-186b-44d7-918a-98844c0b1cee" }, { "id": "070f8913-0a64-4ecf-b600-73aa0a3a4744", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-070f8913-0a64-4ecf-b600-73aa0a3a4744" }, { "id": "ee8a6dae-3a8b-4853-83ea-a39bd932d56b", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-ee8a6dae-3a8b-4853-83ea-a39bd932d56b" }, { "id": "3b9a7cb8-6946-4d7f-9762-34826b5b1e19", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-3b9a7cb8-6946-4d7f-9762-34826b5b1e19" }, { "id": "b484266b-570b-48e6-a23e-af0187d91980", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-b484266b-570b-48e6-a23e-af0187d91980" }, { "id": "f64012cf-7e0d-44f0-a3f9-561e0f461304", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-f64012cf-7e0d-44f0-a3f9-561e0f461304" }, { "id": "e3778e47-7b36-4690-9fd1-b928a9f80211", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-e3778e47-7b36-4690-9fd1-b928a9f80211" }, { "id": "b758d286-6a1a-43ae-9ab0-8e3f1f9ef951", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-b758d286-6a1a-43ae-9ab0-8e3f1f9ef951" }, { "id": "4fc955aa-0212-41d4-a3ae-0a29742bedbb", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-4fc955aa-0212-41d4-a3ae-0a29742bedbb" }, { "id": "1008ac74-02a0-4e8d-bdcb-10479408a679", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-1008ac74-02a0-4e8d-bdcb-10479408a679" }, { "id": "dce3681a-40e7-4aeb-b722-cd6a84d6e2d9", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-dce3681a-40e7-4aeb-b722-cd6a84d6e2d9" }, { "id": "bb461638-edf9-4088-982c-ad707371b985", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-bb461638-edf9-4088-982c-ad707371b985" }, { "id": "2874356c-1a5b-4018-bfea-1a76ff1f71ee", "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_6a2aeb8932f786969c2082df11be134b" }, { "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}}/parties/:partyId/compliance", "host": [ "{{baseUrl}}" ], "path": [ "parties", ":partyId", "compliance" ], "variable": [ { "key": "partyId" } ] } }, "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:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-2874356c-1a5b-4018-bfea-1a76ff1f71ee" } ], "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-b563cdfa-1055-4b6b-b9f9-adcbc67be7bf" } ], "id": "c01442b3-7044-46f0-b3e0-2f57938fa8b6", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-c01442b3-7044-46f0-b3e0-2f57938fa8b6" } ], "id": "df6b3bd0-42e3-4226-87ca-80e89309de2b", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-df6b3bd0-42e3-4226-87ca-80e89309de2b" } ], "id": "2efaa4ef-bc65-4693-b114-cb573e40b1f7", "createdAt": "2026-07-28T02:16:11.000Z", "updatedAt": "2026-07-28T02:16:11.000Z", "uid": "35240-2efaa4ef-bc65-4693-b114-cb573e40b1f7" } ], "variable": [ { "key": "baseUrl", "value": "https://api.natural.com" } ] }