{ "info": { "_postman_id": "1ae708b0-1c27-40d8-be19-ae1e0ebc3477", "name": "Natural Agent Keys Customers 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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "lastUpdatedBy": "35240", "uid": "35240-1ae708b0-1c27-40d8-be19-ae1e0ebc3477" }, "item": [ { "name": "customers", "item": [ { "name": "{customerId}", "item": [ { "name": "agents", "item": [ { "name": "{agentId}", "item": [ { "name": "Revoke agent access", "id": "c922573d-db4c-4c1e-8d21-5e221ebfef92", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "id": "a9b1a89f-6cab-4c2e-a461-c4086876cd2d", "key": "customerId", "value": "pty_cb904da5112d5508e283330713d1d956", "description": "(Required) " }, { "id": "de5c52d3-3195-49fa-ba8d-0c243814c85e", "key": "agentId", "value": "agt_82ee3c9ce2e9c22759b9411784e17bbd", "description": "(Required) " } ] }, "description": "Remove an agent's access to a customer" }, "response": [ { "id": "5391d0d0-b89c-4442-93be-98e4affe4677", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"type\": \"customer\",\n \"id\": \"pty_353d55e2e9d464213d5bd234950560db\",\n \"attributes\": {\n \"name\": \"\",\n \"email\": \"\",\n \"avatarUrl\": \"\",\n \"createdAt\": \"\",\n \"delegation\": {\n \"id\": \"dlg_b537d74c71e8511b0fde41c5fb9999e7\",\n \"status\": \"SUSPENDED\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\",\n \"revokedAt\": \"\"\n },\n \"agents\": [\n {\n \"id\": \"agt_ed96df6a089e34e5b54ffec8b53009e0\",\n \"name\": \"\",\n \"handle\": \"\",\n \"status\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n }\n },\n {\n \"id\": \"agt_c03ee6e8b5c20dd60dbc0883254079ba\",\n \"name\": \"\",\n \"handle\": \"\",\n \"status\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n }\n }\n ]\n }\n }\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-5391d0d0-b89c-4442-93be-98e4affe4677" }, { "id": "a0a55405-9345-4bde-9b11-0d7bc7f7f05e", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-a0a55405-9345-4bde-9b11-0d7bc7f7f05e" }, { "id": "7ea96f0a-3d2e-4213-bdd7-d0528453305e", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-7ea96f0a-3d2e-4213-bdd7-d0528453305e" }, { "id": "8989479f-1075-4ef9-83aa-2e5465f29f04", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-8989479f-1075-4ef9-83aa-2e5465f29f04" }, { "id": "fda018e5-4935-4797-9795-eb7990dc7a68", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-fda018e5-4935-4797-9795-eb7990dc7a68" }, { "id": "98a88a3a-7dca-4106-9429-132fa68852f5", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-98a88a3a-7dca-4106-9429-132fa68852f5" }, { "id": "92cb26d2-3030-41a9-a9e6-3856a724c2f5", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-92cb26d2-3030-41a9-a9e6-3856a724c2f5" }, { "id": "c62a3fc7-a462-4799-83b2-00246cfe1892", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Precondition Required", "code": 428, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-c62a3fc7-a462-4799-83b2-00246cfe1892" }, { "id": "48aa22fa-c90b-41a7-934a-abe084c144ee", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Seconds to wait before retrying.", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-48aa22fa-c90b-41a7-934a-abe084c144ee" }, { "id": "4f02ffd5-603c-4caa-a3cd-06d3a258bb13", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-4f02ffd5-603c-4caa-a3cd-06d3a258bb13" }, { "id": "4c009876-a584-477f-945a-5deac2273b5b", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Not Implemented", "code": 501, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-4c009876-a584-477f-945a-5deac2273b5b" }, { "id": "49e4d90e-2d54-4ffb-ad34-68e2c4026ac9", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-49e4d90e-2d54-4ffb-ad34-68e2c4026ac9" }, { "id": "be550fb7-ca99-46c6-bdd2-b4a51e4f5db0", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId/agents/:agentId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId", "agents", ":agentId" ], "variable": [ { "key": "customerId" }, { "key": "agentId" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"meta\": {\n \"supportId\": \"\",\n \"connectionStatus\": \"login_required\",\n \"provider\": {\n \"name\": \"plaid\",\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"requestId\": \"\"\n }\n },\n \"source\": {\n \"pointer\": \"\",\n \"parameter\": \"\",\n \"header\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-be550fb7-ca99-46c6-bdd2-b4a51e4f5db0" } ], "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-c922573d-db4c-4c1e-8d21-5e221ebfef92" } ], "id": "fac02513-1d2a-4492-8cb1-1b7b049997b9", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-fac02513-1d2a-4492-8cb1-1b7b049997b9" } ], "id": "f4997655-5655-4279-89be-8d5b32734230", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-f4997655-5655-4279-89be-8d5b32734230" }, { "name": "Get customer", "id": "cb26adff-13e6-4306-b8cd-7442a078da39", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "id": "9febe3d6-61be-4c1f-b8ab-92fef3a8061d", "key": "customerId", "value": "pty_cb904da5112d5508e283330713d1d956", "description": "(Required) " } ] }, "description": "Get a customer who has authorized an agent" }, "response": [ { "id": "2d816764-afa7-44a3-8730-27672581c994", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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\": \"customer\",\n \"id\": \"pty_353d55e2e9d464213d5bd234950560db\",\n \"attributes\": {\n \"name\": \"\",\n \"email\": \"\",\n \"avatarUrl\": \"\",\n \"createdAt\": \"\",\n \"delegation\": {\n \"id\": \"dlg_b537d74c71e8511b0fde41c5fb9999e7\",\n \"status\": \"SUSPENDED\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\",\n \"revokedAt\": \"\"\n },\n \"agents\": [\n {\n \"id\": \"agt_ed96df6a089e34e5b54ffec8b53009e0\",\n \"name\": \"\",\n \"handle\": \"\",\n \"status\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n }\n },\n {\n \"id\": \"agt_c03ee6e8b5c20dd60dbc0883254079ba\",\n \"name\": \"\",\n \"handle\": \"\",\n \"status\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n }\n }\n ]\n }\n }\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-2d816764-afa7-44a3-8730-27672581c994" }, { "id": "6c36be2a-15cd-4f5e-83f3-20ca2c226d32", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-6c36be2a-15cd-4f5e-83f3-20ca2c226d32" }, { "id": "48d32666-031d-43f9-8eec-5e6c6641150f", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-48d32666-031d-43f9-8eec-5e6c6641150f" }, { "id": "af5ca046-22c8-4c1f-b3d6-ef430fccd2b3", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-af5ca046-22c8-4c1f-b3d6-ef430fccd2b3" }, { "id": "44ed0514-ea6c-4a98-bd52-f20e9f059c68", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-44ed0514-ea6c-4a98-bd52-f20e9f059c68" }, { "id": "65b9975b-212e-4e78-99bb-90cff6ca2c0d", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-65b9975b-212e-4e78-99bb-90cff6ca2c0d" }, { "id": "4714ae64-d030-452b-b1fc-34ae73fb3cbd", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-4714ae64-d030-452b-b1fc-34ae73fb3cbd" }, { "id": "dbb9162e-dbf6-4f55-8e7b-e06b0fa13386", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-dbb9162e-dbf6-4f55-8e7b-e06b0fa13386" }, { "id": "dc3b0649-cddf-47d4-baeb-d185282ede5c", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-dc3b0649-cddf-47d4-baeb-d185282ede5c" }, { "id": "a643e23f-27de-4121-9bc5-0cfe6489136c", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-a643e23f-27de-4121-9bc5-0cfe6489136c" }, { "id": "c7f1aa82-131c-4b94-82b0-1c015ee6f2d2", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-c7f1aa82-131c-4b94-82b0-1c015ee6f2d2" }, { "id": "e557d6ac-0fb4-4794-a46d-0be05862640c", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-e557d6ac-0fb4-4794-a46d-0be05862640c" }, { "id": "09fccd4c-21c2-4d54-bb07-350a9a3c2fb2", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/:customerId", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customerId" ], "variable": [ { "key": "customerId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-09fccd4c-21c2-4d54-bb07-350a9a3c2fb2" } ], "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-cb26adff-13e6-4306-b8cd-7442a078da39" } ], "id": "909b1f52-42f9-4d75-9520-a1799747b213", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-909b1f52-42f9-4d75-9520-a1799747b213" }, { "name": "invitations", "item": [ { "name": "{invitationId}", "item": [ { "name": "Revoke customer invitation", "id": "32e6bd69-d48c-45c9-9564-2de10ff9fac9", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "id": "f60533f0-79bf-4c1b-81bc-a158052ce8c6", "key": "invitationId", "value": "adi_0143a0728616b0a2ae37c4684c80e550", "description": "(Required) " } ] }, "description": "Revoke a pending customer invitation" }, "response": [ { "id": "5c8ad0c7-3497-4215-8720-a1502907a071", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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\": \"agentDelegationInvitation\",\n \"id\": \"adi_5b651925df2b936efc97ff4c489e6660\",\n \"attributes\": {\n \"developerName\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"url\": \"\",\n \"agentName\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n },\n \"status\": \"CANCELED\",\n \"effectiveStatus\": \"PENDING\",\n \"expiresAt\": \"\",\n \"acceptedAt\": \"\",\n \"declinedAt\": \"\",\n \"cancelReason\": \"DEVELOPER_RETIRED\",\n \"tags\": {\n \"ullamco4a8\": \"\",\n \"ex_d\": \"\"\n },\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"agent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_d17345a26f9d4126120c64bb460eff85\"\n }\n },\n \"customerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_2b11028d9e810f7ddc5bcc943349d39b\"\n }\n }\n }\n },\n \"meta\": {\n \"deleted\": {\n \"const\": true,\n \"description\": \"Indicates the resource was deleted.\"\n }\n }\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-5c8ad0c7-3497-4215-8720-a1502907a071" }, { "id": "cd66c7f3-0b4b-4dfc-a758-6065edb13804", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-cd66c7f3-0b4b-4dfc-a758-6065edb13804" }, { "id": "3c26bed0-e29f-4eaf-be12-b496d8c54d43", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-3c26bed0-e29f-4eaf-be12-b496d8c54d43" }, { "id": "b57ce151-221f-4e65-b7d2-3f21c3b2ec7a", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-b57ce151-221f-4e65-b7d2-3f21c3b2ec7a" }, { "id": "3ce56239-d1ca-46c4-83b8-cdeb54019c03", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-3ce56239-d1ca-46c4-83b8-cdeb54019c03" }, { "id": "2c682206-82bf-4173-92a0-a88047ecb06d", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-2c682206-82bf-4173-92a0-a88047ecb06d" }, { "id": "531596ba-1ee7-4490-af2c-1da056bf3a72", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-531596ba-1ee7-4490-af2c-1da056bf3a72" }, { "id": "139adeb6-fc25-41d1-b82e-ae456a610de0", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-139adeb6-fc25-41d1-b82e-ae456a610de0" }, { "id": "b8c8a5ad-425f-49ca-b3bd-566f274a7b34", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-b8c8a5ad-425f-49ca-b3bd-566f274a7b34" }, { "id": "51e65680-893a-4c8c-9aea-358b98b232dd", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-51e65680-893a-4c8c-9aea-358b98b232dd" }, { "id": "14df3fc3-ef2c-49da-adb3-b3268714743f", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-14df3fc3-ef2c-49da-adb3-b3268714743f" }, { "id": "c223810d-59fc-4fe9-843e-efa5a36b5e96", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-c223810d-59fc-4fe9-843e-efa5a36b5e96" }, { "id": "12d7e439-985a-4c9e-8465-34d898952531", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations/:invitationId", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations", ":invitationId" ], "variable": [ { "key": "invitationId" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-12d7e439-985a-4c9e-8465-34d898952531" } ], "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-32e6bd69-d48c-45c9-9564-2de10ff9fac9" } ], "id": "ebf39d4c-47ba-4a3c-bc31-6b5a38a98c34", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-ebf39d4c-47ba-4a3c-bc31-6b5a38a98c34" }, { "name": "List customer invitations", "id": "e1a4a5b4-65bd-45e2-8a70-a9893c594f45", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] }, "description": "List pending customer invitations" }, "response": [ { "id": "dff7633b-c23d-4712-8752-ae81f34f5761", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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\": \"customerInvitation\",\n \"id\": \"\",\n \"attributes\": {\n \"status\": \"\",\n \"party\": {\n \"id\": \"pty_0c199169b2dede431b80e57909507c7a\",\n \"name\": \"\",\n \"email\": \"\",\n \"avatarUrl\": \"\",\n \"createdAt\": \"\"\n },\n \"email\": \"\",\n \"createdAt\": \"\",\n \"agentInvitations\": [\n {\n \"invitationId\": \"adi_bec619b63705cdad629d3153571d51fd\",\n \"agent\": {\n \"id\": \"agt_38f7f03cf3f8616dc836bf3c7917046d\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"createdAt\": \"\",\n \"expiresAt\": \"\",\n \"tags\": {\n \"aliquipd7\": \"\",\n \"fugiatf2b\": \"\"\n }\n },\n {\n \"invitationId\": \"adi_6b94e3032ecfdceccb3dcd93a5d9e0a4\",\n \"agent\": {\n \"id\": \"agt_41f75ecb82d8f5aadeb69189b61b5aed\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"createdAt\": \"\",\n \"expiresAt\": \"\",\n \"tags\": {\n \"fugiat_64\": \"\",\n \"Lorem_c\": \"\"\n }\n }\n ]\n }\n },\n {\n \"type\": \"customerInvitation\",\n \"id\": \"\",\n \"attributes\": {\n \"status\": \"\",\n \"party\": {\n \"id\": \"pty_279bcab92b265852b5e690e864d13c36\",\n \"name\": \"\",\n \"email\": \"\",\n \"avatarUrl\": \"\",\n \"createdAt\": \"\"\n },\n \"email\": \"\",\n \"createdAt\": \"\",\n \"agentInvitations\": [\n {\n \"invitationId\": \"adi_f5be609b03221251c47b716d6b65f19a\",\n \"agent\": {\n \"id\": \"agt_95655a0cec8b6f5028034160d81be675\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"createdAt\": \"\",\n \"expiresAt\": \"\",\n \"tags\": {\n \"sit_5_6\": \"\",\n \"culpa7\": \"\",\n \"utc\": \"\"\n }\n },\n {\n \"invitationId\": \"adi_aba239e90620fb89972f0576d2ad4482\",\n \"agent\": {\n \"id\": \"agt_75a006c8a2f484258bc435ca4cf98614\",\n \"name\": \"\",\n \"handle\": \"\"\n },\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"createdAt\": \"\",\n \"expiresAt\": \"\",\n \"tags\": {\n \"et4\": \"\"\n }\n }\n ]\n }\n }\n ],\n \"meta\": {\n \"pagination\": {\n \"hasMore\": \"\",\n \"nextCursor\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-dff7633b-c23d-4712-8752-ae81f34f5761" }, { "id": "3a2dfaec-ecf3-4ce8-a5b5-266f7062890f", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-3a2dfaec-ecf3-4ce8-a5b5-266f7062890f" }, { "id": "9a0d8a1f-d130-4b50-9428-6d77ee168e87", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-9a0d8a1f-d130-4b50-9428-6d77ee168e87" }, { "id": "affc1420-ac88-40c4-ad08-31fdd0cb380a", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-affc1420-ac88-40c4-ad08-31fdd0cb380a" }, { "id": "20bbff2c-0cf8-4542-a991-fd3da990cb97", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-20bbff2c-0cf8-4542-a991-fd3da990cb97" }, { "id": "03b5dfda-6453-4c1d-bdfe-61be7fd542e8", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-03b5dfda-6453-4c1d-bdfe-61be7fd542e8" }, { "id": "25a4b459-ef9a-454f-aa08-1d4004c48682", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-25a4b459-ef9a-454f-aa08-1d4004c48682" }, { "id": "66c26fd4-b498-4a16-88af-c031fc6a2509", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-66c26fd4-b498-4a16-88af-c031fc6a2509" }, { "id": "bfcb982d-c9f5-44db-b0d8-87738dfd1f39", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-bfcb982d-c9f5-44db-b0d8-87738dfd1f39" }, { "id": "a399f28f-48fe-4745-88ad-4fa03ce77f8e", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-a399f28f-48fe-4745-88ad-4fa03ce77f8e" }, { "id": "f66a7a70-caf9-466d-a06e-b897ee9e5584", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-f66a7a70-caf9-466d-a06e-b897ee9e5584" }, { "id": "565b7883-cfdb-48d6-a146-87ee79453e9f", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-565b7883-cfdb-48d6-a146-87ee79453e9f" }, { "id": "ac0ef8fb-2ca6-4406-b6c2-d58e286e54f1", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers/invitations?cursor=&limit=20", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-ac0ef8fb-2ca6-4406-b6c2-d58e286e54f1" } ], "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-e1a4a5b4-65bd-45e2-8a70-a9893c594f45" }, { "name": "Invite customers", "id": "ea5f60cc-986c-4953-981c-236f01a1daae", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] }, "description": "Invite customers to connect with an agent" }, "response": [ { "id": "bef54015-3cbd-4ba2-a2ba-a379e9520e92", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "Maximum requests allowed per window.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "Requests remaining in current window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "Unix timestamp when rate limit resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"type\": \"agentDelegationInvitation\",\n \"id\": \"adi_6c1a451ad9e2efd0048f6bf303aedb5b\",\n \"attributes\": {\n \"developerName\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"url\": \"\",\n \"agentName\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n },\n \"status\": \"CANCELED\",\n \"effectiveStatus\": \"EXPIRED\",\n \"expiresAt\": \"\",\n \"acceptedAt\": \"\",\n \"declinedAt\": \"\",\n \"cancelReason\": \"DEVELOPER_REVOKED\",\n \"tags\": {\n \"aliqua_5\": \"\"\n },\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"agent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_21b234e07027b19d502ae81209f5de3b\"\n }\n },\n \"customerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_5b0b5475cd8234d4b74bff754f740468\"\n }\n }\n }\n },\n {\n \"type\": \"agentDelegationInvitation\",\n \"id\": \"adi_37a35f95b18814d8d9573da95b3e4191\",\n \"attributes\": {\n \"developerName\": \"\",\n \"email\": \"\",\n \"phone\": \"\",\n \"url\": \"\",\n \"agentName\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n },\n \"status\": \"ACCEPTED\",\n \"effectiveStatus\": \"DECLINED\",\n \"expiresAt\": \"\",\n \"acceptedAt\": \"\",\n \"declinedAt\": \"\",\n \"cancelReason\": \"DEVELOPER_RETIRED\",\n \"tags\": {\n \"quis0c\": \"\"\n },\n \"createdAt\": \"\",\n \"updatedAt\": \"\"\n },\n \"relationships\": {\n \"agent\": {\n \"data\": {\n \"type\": \"agent\",\n \"id\": \"agt_88c20dade9579e24aa545dd18a189bf4\"\n }\n },\n \"customerParty\": {\n \"data\": {\n \"type\": \"party\",\n \"id\": \"pty_54d02e987075b6197e5b5971a43e598f\"\n }\n }\n }\n }\n ],\n \"meta\": {\n \"failedRecipients\": [\n {\n \"recipient\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n },\n {\n \"recipient\": {\n \"type\": \"email\",\n \"value\": \"\"\n },\n \"reason\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-bef54015-3cbd-4ba2-a2ba-a379e9520e92" }, { "id": "c27bf4ff-6b4d-4a52-9b34-a7f70ce7c254", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-c27bf4ff-6b4d-4a52-9b34-a7f70ce7c254" }, { "id": "349ed977-18ac-4073-886d-10b0a39ef4f4", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-349ed977-18ac-4073-886d-10b0a39ef4f4" }, { "id": "344ba209-5c7f-4e5c-b743-6718fabd6ede", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-344ba209-5c7f-4e5c-b743-6718fabd6ede" }, { "id": "9ddc3971-4c25-4c70-a01a-42b27dce35a7", "name": "Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-9ddc3971-4c25-4c70-a01a-42b27dce35a7" }, { "id": "51ecced0-b023-4855-bd60-e44517cce3ee", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-51ecced0-b023-4855-bd60-e44517cce3ee" }, { "id": "c475b4aa-05ad-43df-8133-a48d40047aa9", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-c475b4aa-05ad-43df-8133-a48d40047aa9" }, { "id": "cc8a2d6d-fae5-44a5-beeb-1e8ef9214616", "name": "Precondition Required", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-cc8a2d6d-fae5-44a5-beeb-1e8ef9214616" }, { "id": "7c5387b5-bf66-42b0-95f8-09853dfd9eb0", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-7c5387b5-bf66-42b0-95f8-09853dfd9eb0" }, { "id": "1289fcaa-f561-4db6-99cf-bff86f463920", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-1289fcaa-f561-4db6-99cf-bff86f463920" }, { "id": "43421e60-0ed2-4c46-bb09-ec7099a90887", "name": "Not Implemented", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-43421e60-0ed2-4c46-bb09-ec7099a90887" }, { "id": "53481c5c-d4a5-4e55-adf3-1c7f90245d03", "name": "Bad Gateway", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-53481c5c-d4a5-4e55-adf3-1c7f90245d03" }, { "id": "86a88a27-213a-4a4d-b623-8a754418b08a", "name": "Service Unavailable", "originalRequest": { "method": "POST", "header": [ { "description": "Agent (agt_*) to attribute this request to when authenticating with a party API key; omit for agent keys and agent-scoped OAuth grants, which already carry agent identity.", "key": "X-Agent-ID", "value": "agt_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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 \"recipients\": [\n {\n \"type\": \"email\",\n \"value\": \"\"\n }\n ],\n \"agents\": [\n {\n \"agentId\": \"agt_75659043a057ff7b4ddffe40ad430f44\",\n \"permissions\": [\n \"external_accounts.create\"\n ],\n \"limits\": {\n \"perTransaction\": \"\"\n }\n }\n ],\n \"expiresAt\": \"\",\n \"tags\": {\n \"enim4\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/invitations", "host": [ "{{baseUrl}}" ], "path": [ "customers", "invitations" ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-86a88a27-213a-4a4d-b623-8a754418b08a" } ], "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-ea5f60cc-986c-4953-981c-236f01a1daae" } ], "id": "ff28a1b4-7642-4b29-9c0c-fe16e4ee519d", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-ff28a1b4-7642-4b29-9c0c-fe16e4ee519d" }, { "name": "List customers", "id": "b98cbf0a-2c24-42c4-bdeb-4cb6e18b7a35", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] }, "description": "List customers who have authorized an agent to act for them" }, "response": [ { "id": "bec2d3d6-9de4-487a-a571-5c681f67ba8f", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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\": \"customer\",\n \"id\": \"pty_536fa254f66d8f9d6a14225ab8323091\",\n \"attributes\": {\n \"name\": \"\",\n \"email\": \"\",\n \"avatarUrl\": \"\",\n \"createdAt\": \"\",\n \"delegation\": {\n \"id\": \"dlg_dee3853400fbd5263b458a0e1bb5e12b\",\n \"status\": \"EXPIRED\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\",\n \"revokedAt\": \"\"\n },\n \"agents\": [\n {\n \"id\": \"agt_673e8a68ed8b1d5540245480adf71abc\",\n \"name\": \"\",\n \"handle\": \"\",\n \"status\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n }\n },\n {\n \"id\": \"agt_ba15eba30550b3be25a4b0ed971f3794\",\n \"name\": \"\",\n \"handle\": \"\",\n \"status\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n }\n }\n ]\n }\n },\n {\n \"type\": \"customer\",\n \"id\": \"pty_ba41a06513bff3c754fd067d55c630c5\",\n \"attributes\": {\n \"name\": \"\",\n \"email\": \"\",\n \"avatarUrl\": \"\",\n \"createdAt\": \"\",\n \"delegation\": {\n \"id\": \"dlg_f14f7baa1acc226dbdcbccbb086c3b85\",\n \"status\": \"EXPIRED\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"createdAt\": \"\",\n \"revokedAt\": \"\"\n },\n \"agents\": [\n {\n \"id\": \"agt_2392d14b6f4afe95386490cd3b37d346\",\n \"name\": \"\",\n \"handle\": \"\",\n \"status\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n }\n },\n {\n \"id\": \"agt_59a8fb98c405f05119738500f2b8ff65\",\n \"name\": \"\",\n \"handle\": \"\",\n \"status\": \"\",\n \"permissions\": [\n \"\",\n \"\"\n ],\n \"limits\": {\n \"perTransaction\": \"\",\n \"perDay\": \"\",\n \"perMonth\": \"\"\n }\n }\n ]\n }\n }\n ],\n \"meta\": {\n \"pagination\": {\n \"hasMore\": \"\",\n \"nextCursor\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-bec2d3d6-9de4-487a-a571-5c681f67ba8f" }, { "id": "6b9caddc-374a-4cab-adb6-4762d8b59d9c", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-6b9caddc-374a-4cab-adb6-4762d8b59d9c" }, { "id": "7deedfd8-16c2-4b35-8d36-449ca1c941ff", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-7deedfd8-16c2-4b35-8d36-449ca1c941ff" }, { "id": "8d29326b-ed23-462c-b847-ac22ea58005c", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-8d29326b-ed23-462c-b847-ac22ea58005c" }, { "id": "11cbcd34-56a9-4a43-a07d-3adadbcaf7b1", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-11cbcd34-56a9-4a43-a07d-3adadbcaf7b1" }, { "id": "d03c096d-48ce-4c2c-a163-e586e8f1a429", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-d03c096d-48ce-4c2c-a163-e586e8f1a429" }, { "id": "6b294de8-61d4-43f9-8360-4c7b1d263913", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-6b294de8-61d4-43f9-8360-4c7b1d263913" }, { "id": "68d28b76-f0a1-49b4-990e-1ca563ee2dcc", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-68d28b76-f0a1-49b4-990e-1ca563ee2dcc" }, { "id": "56d7aeea-f094-4252-ba8b-d8f2a9e44e7a", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-56d7aeea-f094-4252-ba8b-d8f2a9e44e7a" }, { "id": "723fc2c5-b6c2-43e0-8000-8236e6d9a86b", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-723fc2c5-b6c2-43e0-8000-8236e6d9a86b" }, { "id": "e838cdf7-4e59-404f-8a68-5afd9e95cfb6", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-e838cdf7-4e59-404f-8a68-5afd9e95cfb6" }, { "id": "e825a17f-0cfb-445d-be5e-9af718084de7", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-e825a17f-0cfb-445d-be5e-9af718084de7" }, { "id": "f7754108-b5cb-41ce-8e92-78a867f0db0e", "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_eaecbf4ef5f920247d6ec3acd2e95dc2" }, { "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}}/customers?cursor=&limit=20&status=active", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "key": "cursor", "value": "" }, { "key": "limit", "value": "20" }, { "key": "status", "value": "active" } ] } }, "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:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-f7754108-b5cb-41ce-8e92-78a867f0db0e" } ], "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-b98cbf0a-2c24-42c4-bdeb-4cb6e18b7a35" } ], "id": "a5786c34-77e2-4d44-9462-bcdc8e4d60a5", "createdAt": "2026-07-28T02:15:59.000Z", "updatedAt": "2026-07-28T02:15:59.000Z", "uid": "35240-a5786c34-77e2-4d44-9462-bcdc8e4d60a5" } ], "variable": [ { "key": "baseUrl", "value": "https://api.natural.com" } ] }