{ "info": { "_postman_id": "9315b2a2-7502-4ca7-9256-fb71cc7c479d", "name": "OKKI Go Companies Emails API", "description": "OKKI Go is a B2B prospecting engine for AI agents and sales teams from Xiaoman (\u5c0f\u6ee1\u79d1\u6280, an Alibaba company). Search global B2B companies, unlock company profiles and decision-maker contact emails, send batch or personalized cold outreach email (EDM), and track delivery \u2014 designed to be driven from AI agents via the provider-published OKKI Go Agent Skill. This OpenAPI was generated by API Evangelist from the provider's published API reference shipped inside the @okki-global/okki-go npm package (skill/references/api-reference.md, v1.3.4); endpoint paths, parameters, billing notes, and error semantics are taken verbatim from that document. Errors use RFC 7807 Problem Details. All authenticated endpoints share a 60 requests/minute rate limit.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:36:03.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "lastUpdatedBy": "35240", "uid": "35240-9315b2a2-7502-4ca7-9256-fb71cc7c479d" }, "item": [ { "name": "api", "item": [ { "name": "v1", "item": [ { "name": "emails", "item": [ { "name": "send", "item": [ { "name": "batch", "item": [ { "name": "Send batch outreach email (one template, many recipients)", "id": "e2d22362-6aac-4eb9-af2e-7680a44b3741", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"body_format\": \"text\",\n \"recipients\": [\n {\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"est_c\": \"\",\n \"et0\": \"\",\n \"autec\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/batch", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "batch" ] }, "description": "Costs 1 EDM quota per recipient; max 100 recipients per request. Asynchronous \u2014 record task_id to track progress. Insufficient balance refunds all and returns 402." }, "response": [ { "id": "c2252ee6-fe7d-44ac-b30e-66b7e6e497e1", "name": "Task created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"body_format\": \"text\",\n \"recipients\": [\n {\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"est_c\": \"\",\n \"et0\": \"\",\n \"autec\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/batch", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "batch" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"task_id\": \"\",\n \"total\": \"\",\n \"status\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-c2252ee6-fe7d-44ac-b30e-66b7e6e497e1" }, { "id": "79154647-f07f-46bb-82c6-5c457822cec6", "name": "RFC 7807 insufficient-credits: search points or EDM quota exhausted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"body_format\": \"text\",\n \"recipients\": [\n {\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"est_c\": \"\",\n \"et0\": \"\",\n \"autec\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/batch", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "batch" ] } }, "status": "Payment Required", "code": 402, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-79154647-f07f-46bb-82c6-5c457822cec6" }, { "id": "5d655ec5-a13c-4b09-8f35-af5e9f4f0786", "name": "RFC 7807 forbidden: plan does not include EDM sending", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"body_format\": \"text\",\n \"recipients\": [\n {\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"est_c\": \"\",\n \"et0\": \"\",\n \"autec\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/batch", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "batch" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-5d655ec5-a13c-4b09-8f35-af5e9f4f0786" }, { "id": "5b875ed3-5b44-4e19-906b-a834a0cb3b85", "name": "RFC 7807 rate-limit / quota-exceeded: 60 requests/minute shared across authenticated endpoints", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"body_format\": \"text\",\n \"recipients\": [\n {\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"est_c\": \"\",\n \"et0\": \"\",\n \"autec\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/batch", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "batch" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-5b875ed3-5b44-4e19-906b-a834a0cb3b85" }, { "id": "ef726296-bacc-49a5-8c1c-4fe65041b930", "name": "RFC 7807 upstream-error: EDM third-party service failure; deducted quota is refunded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"body_format\": \"text\",\n \"recipients\": [\n {\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"est_c\": \"\",\n \"et0\": \"\",\n \"autec\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/batch", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "batch" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-ef726296-bacc-49a5-8c1c-4fe65041b930" } ], "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-e2d22362-6aac-4eb9-af2e-7680a44b3741" } ], "id": "6341f726-210b-4c01-848d-6653a91aa2a3", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-6341f726-210b-4c01-848d-6653a91aa2a3" }, { "name": "personalized", "item": [ { "name": "Send personalized outreach emails (independent bodies)", "id": "998051d9-35e0-4eab-86f8-d67081265cc2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n {\n \"content\": \"\",\n \"body_format\": \"html\",\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"non_97\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/personalized", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "personalized" ] }, "description": "Costs 1 EDM quota per email; max 100 emails per request. Partial-balance failures refund deducted quota and return 402." }, "response": [ { "id": "8231bd18-cb39-4952-963c-abf22df11e5f", "name": "Tasks created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n {\n \"content\": \"\",\n \"body_format\": \"html\",\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"non_97\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/personalized", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "personalized" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"tasks\": [\n {\n \"task_id\": \"\",\n \"mail_id\": \"\",\n \"email\": \"\"\n },\n {\n \"task_id\": \"\",\n \"mail_id\": \"\",\n \"email\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-8231bd18-cb39-4952-963c-abf22df11e5f" }, { "id": "5ca095df-6c74-42da-96fb-7742beb5a081", "name": "RFC 7807 insufficient-credits: search points or EDM quota exhausted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n {\n \"content\": \"\",\n \"body_format\": \"html\",\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"non_97\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/personalized", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "personalized" ] } }, "status": "Payment Required", "code": 402, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-5ca095df-6c74-42da-96fb-7742beb5a081" }, { "id": "9e4ba56b-7068-4d13-bbf7-f49b53a54d7c", "name": "RFC 7807 forbidden: plan does not include EDM sending", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n {\n \"content\": \"\",\n \"body_format\": \"html\",\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"non_97\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/personalized", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "personalized" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-9e4ba56b-7068-4d13-bbf7-f49b53a54d7c" }, { "id": "9648b24a-b356-4ee7-8bc0-8c27fe5ed5ed", "name": "RFC 7807 rate-limit / quota-exceeded: 60 requests/minute shared across authenticated endpoints", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n {\n \"content\": \"\",\n \"body_format\": \"html\",\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"non_97\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/personalized", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "personalized" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-9648b24a-b356-4ee7-8bc0-8c27fe5ed5ed" }, { "id": "11670fdd-e9e1-4df2-8e3a-b60ae47545d8", "name": "RFC 7807 upstream-error: EDM third-party service failure; deducted quota is refunded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"emails\": [\n {\n \"content\": \"\",\n \"body_format\": \"html\",\n \"email\": \"\",\n \"subject\": \"\",\n \"nickname\": \"\",\n \"variables\": {\n \"non_97\": \"\"\n }\n }\n ],\n \"task_subject\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/emails/send/personalized", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "send", "personalized" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-11670fdd-e9e1-4df2-8e3a-b60ae47545d8" } ], "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-998051d9-35e0-4eab-86f8-d67081265cc2" } ], "id": "f2a7cc25-345b-43b2-8c16-54858a4a0005", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-f2a7cc25-345b-43b2-8c16-54858a4a0005" } ], "id": "79b2c3d2-0e04-4da6-8c80-0c0016a53e70", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-79b2c3d2-0e04-4da6-8c80-0c0016a53e70" }, { "name": "tasks", "item": [ { "name": "{taskId}", "item": [ { "name": "Get email task detail (per-mail delivery status)", "id": "eefc8d6d-b2c8-4bc9-85ca-2e263f502d8a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/tasks/:taskId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "tasks", ":taskId" ], "variable": [ { "id": "e0b9b08c-3fed-4697-985b-5964d68fda9b", "key": "taskId", "value": "", "description": "(Required) " } ] }, "description": "Free. Includes per-mail status, callbackReceivedAt delivery confirmation, and failureReason. 404 when the task does not exist or belongs to another user." }, "response": [ { "id": "0613cccf-cb66-4298-9ba6-35c4471510a3", "name": "Task detail with mails[]", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/tasks/:taskId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "tasks", ":taskId" ], "variable": [ { "key": "taskId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"taskId\": \"\",\n \"totalCount\": \"\",\n \"status\": \"completed\",\n \"sentCount\": \"\",\n \"failedCount\": \"\",\n \"openedCount\": \"\",\n \"taskSubject\": \"\",\n \"createdAt\": \"\",\n \"completedAt\": \"\",\n \"content\": \"\",\n \"bodyFormat\": \"\",\n \"mails\": [\n {\n \"mailId\": \"\",\n \"taskId\": \"\",\n \"recipientEmail\": \"\",\n \"recipientNickname\": \"\",\n \"subject\": \"\",\n \"status\": \"failed\",\n \"sentAt\": \"\",\n \"callbackReceivedAt\": \"\",\n \"failureReason\": \"\"\n },\n {\n \"mailId\": \"\",\n \"taskId\": \"\",\n \"recipientEmail\": \"\",\n \"recipientNickname\": \"\",\n \"subject\": \"\",\n \"status\": \"failed\",\n \"sentAt\": \"\",\n \"callbackReceivedAt\": \"\",\n \"failureReason\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-0613cccf-cb66-4298-9ba6-35c4471510a3" }, { "id": "7261e20f-97b1-4d74-82e8-fdd2b2a167cc", "name": "RFC 7807 not-found: resource does not exist or belongs to another user", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/tasks/:taskId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "tasks", ":taskId" ], "variable": [ { "key": "taskId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-7261e20f-97b1-4d74-82e8-fdd2b2a167cc" }, { "id": "848e095f-b709-450f-9be1-65ce21a76e43", "name": "RFC 7807 rate-limit / quota-exceeded: 60 requests/minute shared across authenticated endpoints", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/tasks/:taskId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "tasks", ":taskId" ], "variable": [ { "key": "taskId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-848e095f-b709-450f-9be1-65ce21a76e43" } ], "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-eefc8d6d-b2c8-4bc9-85ca-2e263f502d8a" } ], "id": "c25ce5d9-f8ba-4024-8879-0bf2cf432a7d", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-c25ce5d9-f8ba-4024-8879-0bf2cf432a7d" }, { "name": "List email tasks", "id": "07c917cf-cbe4-4462-823f-9f33471b4a9e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/tasks?task_ids=&subject=&task_subject=&statuses=&recipient_email=&recipient_nickname=&created_from=&created_to=&page=1&page_size=20&sort_by=created_at&sort_order=desc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "tasks" ], "query": [ { "description": "Comma-separated task ids", "key": "task_ids", "value": "" }, { "key": "subject", "value": "" }, { "key": "task_subject", "value": "" }, { "description": "Comma-separated pending/requested/completed/partial/failed", "key": "statuses", "value": "" }, { "key": "recipient_email", "value": "" }, { "key": "recipient_nickname", "value": "" }, { "key": "created_from", "value": "" }, { "key": "created_to", "value": "" }, { "key": "page", "value": "1" }, { "key": "page_size", "value": "20" }, { "key": "sort_by", "value": "created_at" }, { "key": "sort_order", "value": "desc" } ] }, "description": "Free. Filter by task ids, subject, status (pending/requested/completed/partial/failed), recipient, and creation window; paginated (page/page_size, 1-100) and sortable." }, "response": [ { "id": "a0ef48c1-ae80-4b12-83ec-d25479e4c132", "name": "Task list", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/tasks?task_ids=&subject=&task_subject=&statuses=&recipient_email=&recipient_nickname=&created_from=&created_to=&page=1&page_size=20&sort_by=created_at&sort_order=desc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "tasks" ], "query": [ { "description": "Comma-separated task ids", "key": "task_ids", "value": "" }, { "key": "subject", "value": "" }, { "key": "task_subject", "value": "" }, { "description": "Comma-separated pending/requested/completed/partial/failed", "key": "statuses", "value": "" }, { "key": "recipient_email", "value": "" }, { "key": "recipient_nickname", "value": "" }, { "key": "created_from", "value": "" }, { "key": "created_to", "value": "" }, { "key": "page", "value": "1" }, { "key": "page_size", "value": "20" }, { "key": "sort_by", "value": "created_at" }, { "key": "sort_order", "value": "desc" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"taskId\": \"\",\n \"totalCount\": \"\",\n \"status\": \"failed\",\n \"sentCount\": \"\",\n \"failedCount\": \"\",\n \"openedCount\": \"\",\n \"taskSubject\": \"\",\n \"createdAt\": \"\",\n \"completedAt\": \"\"\n },\n {\n \"taskId\": \"\",\n \"totalCount\": \"\",\n \"status\": \"pending\",\n \"sentCount\": \"\",\n \"failedCount\": \"\",\n \"openedCount\": \"\",\n \"taskSubject\": \"\",\n \"createdAt\": \"\",\n \"completedAt\": \"\"\n }\n ],\n \"total\": \"\",\n \"page\": \"\",\n \"page_size\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-a0ef48c1-ae80-4b12-83ec-d25479e4c132" }, { "id": "d0724c65-c7bb-4fb1-aa44-087cc7429311", "name": "RFC 7807 unauthorized: API key missing, invalid, or revoked", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/tasks?task_ids=&subject=&task_subject=&statuses=&recipient_email=&recipient_nickname=&created_from=&created_to=&page=1&page_size=20&sort_by=created_at&sort_order=desc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "tasks" ], "query": [ { "description": "Comma-separated task ids", "key": "task_ids", "value": "" }, { "key": "subject", "value": "" }, { "key": "task_subject", "value": "" }, { "description": "Comma-separated pending/requested/completed/partial/failed", "key": "statuses", "value": "" }, { "key": "recipient_email", "value": "" }, { "key": "recipient_nickname", "value": "" }, { "key": "created_from", "value": "" }, { "key": "created_to", "value": "" }, { "key": "page", "value": "1" }, { "key": "page_size", "value": "20" }, { "key": "sort_by", "value": "created_at" }, { "key": "sort_order", "value": "desc" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-d0724c65-c7bb-4fb1-aa44-087cc7429311" }, { "id": "a487d6db-98b1-4dde-9f01-42ea6daebc61", "name": "RFC 7807 rate-limit / quota-exceeded: 60 requests/minute shared across authenticated endpoints", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/tasks?task_ids=&subject=&task_subject=&statuses=&recipient_email=&recipient_nickname=&created_from=&created_to=&page=1&page_size=20&sort_by=created_at&sort_order=desc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "tasks" ], "query": [ { "description": "Comma-separated task ids", "key": "task_ids", "value": "" }, { "key": "subject", "value": "" }, { "key": "task_subject", "value": "" }, { "description": "Comma-separated pending/requested/completed/partial/failed", "key": "statuses", "value": "" }, { "key": "recipient_email", "value": "" }, { "key": "recipient_nickname", "value": "" }, { "key": "created_from", "value": "" }, { "key": "created_to", "value": "" }, { "key": "page", "value": "1" }, { "key": "page_size", "value": "20" }, { "key": "sort_by", "value": "created_at" }, { "key": "sort_order", "value": "desc" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-a487d6db-98b1-4dde-9f01-42ea6daebc61" } ], "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-07c917cf-cbe4-4462-823f-9f33471b4a9e" } ], "id": "a3eb9eb1-4045-4423-8a93-0754e2224b2f", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-a3eb9eb1-4045-4423-8a93-0754e2224b2f" }, { "name": "mails", "item": [ { "name": "{mailId}", "item": [ { "name": "Get a single sent mail (full body and delivery state)", "id": "e390c2bd-735b-4d69-8c6e-5e019cbc8fee", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/mails/:mailId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "mails", ":mailId" ], "variable": [ { "id": "91bc7e4b-6cff-4df3-8012-f5229b80bec4", "key": "mailId", "value": "", "description": "(Required) " } ] }, "description": "Free. bodyFormat (text|html) governs rendering. 404 when the mail does not exist or belongs to another user." }, "response": [ { "id": "4ec5166a-2af3-467e-addb-45ba75de1b6d", "name": "Mail detail", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/mails/:mailId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "mails", ":mailId" ], "variable": [ { "key": "mailId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"mailId\": \"\",\n \"taskId\": \"\",\n \"recipientEmail\": \"\",\n \"recipientNickname\": \"\",\n \"subject\": \"\",\n \"status\": \"pending\",\n \"sentAt\": \"\",\n \"callbackReceivedAt\": \"\",\n \"failureReason\": \"\",\n \"content\": \"\",\n \"bodyFormat\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-4ec5166a-2af3-467e-addb-45ba75de1b6d" }, { "id": "743dcf48-dddf-43a4-ab36-89e417480091", "name": "RFC 7807 not-found: resource does not exist or belongs to another user", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/mails/:mailId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "mails", ":mailId" ], "variable": [ { "key": "mailId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-743dcf48-dddf-43a4-ab36-89e417480091" }, { "id": "ea389033-e945-47b8-825b-ea96f060d83f", "name": "RFC 7807 rate-limit / quota-exceeded: 60 requests/minute shared across authenticated endpoints", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/mails/:mailId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "mails", ":mailId" ], "variable": [ { "key": "mailId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-ea389033-e945-47b8-825b-ea96f060d83f" } ], "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-e390c2bd-735b-4d69-8c6e-5e019cbc8fee" } ], "id": "c8bf88ee-2f72-46f5-96d5-6a513d3f0e47", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-c8bf88ee-2f72-46f5-96d5-6a513d3f0e47" }, { "name": "List individual sent-mail records across tasks", "id": "892de4ca-bfcb-4348-8a35-eff280543285", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/mails?task_ids=&mail_ids=&subject=&statuses=&recipient_email=&recipient_nickname=&sent_from=&sent_to=&received_from=&received_to=&page=1&page_size=20&sort_by=sent_at&sort_order=desc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "mails" ], "query": [ { "key": "task_ids", "value": "" }, { "key": "mail_ids", "value": "" }, { "key": "subject", "value": "" }, { "description": "Comma-separated pending/requested/sent/failed", "key": "statuses", "value": "" }, { "key": "recipient_email", "value": "" }, { "key": "recipient_nickname", "value": "" }, { "key": "sent_from", "value": "" }, { "key": "sent_to", "value": "" }, { "key": "received_from", "value": "" }, { "key": "received_to", "value": "" }, { "key": "page", "value": "1" }, { "key": "page_size", "value": "20" }, { "key": "sort_by", "value": "sent_at" }, { "key": "sort_order", "value": "desc" } ] }, "description": "Free. Filter by task/mail ids, subject, status (pending/requested/sent/failed), recipient, sent and callback windows; paginated and sortable." }, "response": [ { "id": "a3ec5c8b-7030-4a2f-9d79-0251e6b107be", "name": "Mail records", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/mails?task_ids=&mail_ids=&subject=&statuses=&recipient_email=&recipient_nickname=&sent_from=&sent_to=&received_from=&received_to=&page=1&page_size=20&sort_by=sent_at&sort_order=desc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "mails" ], "query": [ { "key": "task_ids", "value": "" }, { "key": "mail_ids", "value": "" }, { "key": "subject", "value": "" }, { "description": "Comma-separated pending/requested/sent/failed", "key": "statuses", "value": "" }, { "key": "recipient_email", "value": "" }, { "key": "recipient_nickname", "value": "" }, { "key": "sent_from", "value": "" }, { "key": "sent_to", "value": "" }, { "key": "received_from", "value": "" }, { "key": "received_to", "value": "" }, { "key": "page", "value": "1" }, { "key": "page_size", "value": "20" }, { "key": "sort_by", "value": "sent_at" }, { "key": "sort_order", "value": "desc" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"mailId\": \"\",\n \"taskId\": \"\",\n \"recipientEmail\": \"\",\n \"recipientNickname\": \"\",\n \"subject\": \"\",\n \"status\": \"pending\",\n \"sentAt\": \"\",\n \"callbackReceivedAt\": \"\",\n \"failureReason\": \"\"\n },\n {\n \"mailId\": \"\",\n \"taskId\": \"\",\n \"recipientEmail\": \"\",\n \"recipientNickname\": \"\",\n \"subject\": \"\",\n \"status\": \"pending\",\n \"sentAt\": \"\",\n \"callbackReceivedAt\": \"\",\n \"failureReason\": \"\"\n }\n ],\n \"total\": \"\",\n \"page\": \"\",\n \"page_size\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-a3ec5c8b-7030-4a2f-9d79-0251e6b107be" }, { "id": "568fc0dd-2e65-46a1-b158-b3d4e42906fe", "name": "RFC 7807 unauthorized: API key missing, invalid, or revoked", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/mails?task_ids=&mail_ids=&subject=&statuses=&recipient_email=&recipient_nickname=&sent_from=&sent_to=&received_from=&received_to=&page=1&page_size=20&sort_by=sent_at&sort_order=desc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "mails" ], "query": [ { "key": "task_ids", "value": "" }, { "key": "mail_ids", "value": "" }, { "key": "subject", "value": "" }, { "description": "Comma-separated pending/requested/sent/failed", "key": "statuses", "value": "" }, { "key": "recipient_email", "value": "" }, { "key": "recipient_nickname", "value": "" }, { "key": "sent_from", "value": "" }, { "key": "sent_to", "value": "" }, { "key": "received_from", "value": "" }, { "key": "received_to", "value": "" }, { "key": "page", "value": "1" }, { "key": "page_size", "value": "20" }, { "key": "sort_by", "value": "sent_at" }, { "key": "sort_order", "value": "desc" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-568fc0dd-2e65-46a1-b158-b3d4e42906fe" }, { "id": "26fc17dd-77df-424b-8e4e-566c59979a63", "name": "RFC 7807 rate-limit / quota-exceeded: 60 requests/minute shared across authenticated endpoints", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/emails/mails?task_ids=&mail_ids=&subject=&statuses=&recipient_email=&recipient_nickname=&sent_from=&sent_to=&received_from=&received_to=&page=1&page_size=20&sort_by=sent_at&sort_order=desc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "emails", "mails" ], "query": [ { "key": "task_ids", "value": "" }, { "key": "mail_ids", "value": "" }, { "key": "subject", "value": "" }, { "description": "Comma-separated pending/requested/sent/failed", "key": "statuses", "value": "" }, { "key": "recipient_email", "value": "" }, { "key": "recipient_nickname", "value": "" }, { "key": "sent_from", "value": "" }, { "key": "sent_to", "value": "" }, { "key": "received_from", "value": "" }, { "key": "received_to", "value": "" }, { "key": "page", "value": "1" }, { "key": "page_size", "value": "20" }, { "key": "sort_by", "value": "sent_at" }, { "key": "sort_order", "value": "desc" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"code\": \"\"\n}", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-26fc17dd-77df-424b-8e4e-566c59979a63" } ], "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-892de4ca-bfcb-4348-8a35-eff280543285" } ], "id": "29bae882-600c-4e42-8924-76bccebc44cb", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-29bae882-600c-4e42-8924-76bccebc44cb" } ], "id": "72305467-9eab-4fdd-beca-9f9639e0ac42", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-72305467-9eab-4fdd-beca-9f9639e0ac42" } ], "id": "4c2f52c0-5114-40f5-a28c-1e939afe516d", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-4c2f52c0-5114-40f5-a28c-1e939afe516d" } ], "id": "6aeda481-371e-42ab-b4ea-d821cb1e7954", "createdAt": "2026-07-28T03:36:04.000Z", "updatedAt": "2026-07-28T03:36:04.000Z", "uid": "35240-6aeda481-371e-42ab-b4ea-d821cb1e7954" } ], "variable": [ { "key": "baseUrl", "value": "https://go.okki.ai" } ] }