{ "info": { "_postman_id": "bb33b02b-4817-4f0a-8c4f-b4ff36891c5e", "name": "Unified.to account note API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:25:05.000Z", "updatedAt": "2026-07-28T03:25:05.000Z", "lastUpdatedBy": "35240", "uid": "35240-bb33b02b-4817-4f0a-8c4f-b4ff36891c5e" }, "item": [ { "name": "ticketing", "item": [ { "name": "{connection_id}", "item": [ { "name": "note", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Note", "id": "3f4eb894-7faa-47b0-a2ac-37e85870ccf0", "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": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "variable": [ { "id": "6e5dd3cb-3024-4216-a9e1-2a80ff09e1c1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9833068f-9402-422d-99c3-b2143c585cdc", "key": "id", "value": "", "description": "(Required) ID of the Note" } ] } }, "response": [ { "id": "634d0f77-0437-48d9-887a-9ef28fd53f2b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-634d0f77-0437-48d9-887a-9ef28fd53f2b" }, { "id": "d9663d41-8fcd-49bd-8e40-c6a9914fe5ef", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-d9663d41-8fcd-49bd-8e40-c6a9914fe5ef" } ], "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-3f4eb894-7faa-47b0-a2ac-37e85870ccf0" }, { "name": "Retrieve a Note", "id": "edcd7935-acf9-407c-b6a9-9977323329dd", "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}}/ticketing/:connection_id/note/:id?fields=customer_id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "customer_id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "b6a61b0f-b14e-4877-9892-1e14c9a36628", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "881c9ef6-3617-417b-be3d-1b9d7fbe348b", "key": "id", "value": "", "description": "(Required) ID of the Note" } ] } }, "response": [ { "id": "b6b61d30-44cb-4287-8996-e99b7f0c7710", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officiadd5\": \"deserunt quis commodo\",\n \"et_12\": 46575108,\n \"id37\": 31649791\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-b6b61d30-44cb-4287-8996-e99b7f0c7710" } ], "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-edcd7935-acf9-407c-b6a9-9977323329dd" }, { "name": "Update a Note", "id": "2b7f7604-369f-4aee-a8ee-54972768bc8c", "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": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officiadd5\": \"deserunt quis commodo\",\n \"et_12\": 46575108,\n \"id37\": 31649791\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note/:id?fields=customer_id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "customer_id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a9331380-2b81-4dd4-b02a-01603e6e265c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "633558b9-ae7a-45d8-b8c2-13acb9134897", "key": "id", "value": "", "description": "(Required) ID of the Note" } ] } }, "response": [ { "id": "4c58ae76-d5ed-4a32-9fcf-becadf5ad813", "name": "Successful", "originalRequest": { "method": "PATCH", "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 \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officiadd5\": \"deserunt quis commodo\",\n \"et_12\": 46575108,\n \"id37\": 31649791\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officiadd5\": \"deserunt quis commodo\",\n \"et_12\": 46575108,\n \"id37\": 31649791\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-4c58ae76-d5ed-4a32-9fcf-becadf5ad813" } ], "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-2b7f7604-369f-4aee-a8ee-54972768bc8c" }, { "name": "Update a Note", "id": "8faa9c1f-e4b4-4097-9a7b-12494f19ec5b", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officiadd5\": \"deserunt quis commodo\",\n \"et_12\": 46575108,\n \"id37\": 31649791\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note/:id?fields=customer_id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "customer_id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "c071b8d9-d5fe-4c84-9918-51cca64aa8f4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "342531aa-a6dd-4f46-876c-c9a8928d8e80", "key": "id", "value": "", "description": "(Required) ID of the Note" } ] } }, "response": [ { "id": "01528eca-3bc6-4152-b6c9-000edd41f7cd", "name": "Successful", "originalRequest": { "method": "PUT", "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 \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officiadd5\": \"deserunt quis commodo\",\n \"et_12\": 46575108,\n \"id37\": 31649791\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officiadd5\": \"deserunt quis commodo\",\n \"et_12\": 46575108,\n \"id37\": 31649791\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-01528eca-3bc6-4152-b6c9-000edd41f7cd" } ], "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-8faa9c1f-e4b4-4097-9a7b-12494f19ec5b" } ], "id": "e3199eef-42a5-4d95-8269-4bdca5216404", "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-e3199eef-42a5-4d95-8269-4bdca5216404" }, { "name": "List All Notes", "id": "271b2849-78ea-4a6f-b9c3-7702ef55abdf", "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}}/ticketing/:connection_id/note?limit=&offset=&updated_gte=&sort=&order=&query=&ticket_id=&customer_id=&fields=customer_id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The ticket ID to filter by", "key": "ticket_id", "value": "" }, { "description": "The customer ID to filter by", "key": "customer_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "customer_id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "9fdddc50-a69f-4eb7-a701-244e27f3d9a1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b35a721f-f86a-4fe9-a28e-ff4a0d0ab7db", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note?limit=&offset=&updated_gte=&sort=&order=&query=&ticket_id=&customer_id=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The ticket ID to filter by", "key": "ticket_id", "value": "" }, { "description": "The customer ID to filter by", "key": "customer_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte66\": -87268131,\n \"voluptatec\": false\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"reprehenderit_21\": false\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-b35a721f-f86a-4fe9-a28e-ff4a0d0ab7db" } ], "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-271b2849-78ea-4a6f-b9c3-7702ef55abdf" }, { "name": "Create a Note", "id": "6cde8743-e6c1-4475-a7d7-3a89155fbdee", "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 \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officiadd5\": \"deserunt quis commodo\",\n \"et_12\": 46575108,\n \"id37\": 31649791\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note?fields=customer_id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "customer_id" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "3c13c561-378e-4f56-9607-e6ce9a563b95", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "658bc87d-9985-4c62-94bf-fcdca493e0fb", "name": "Successful", "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 \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officiadd5\": \"deserunt quis commodo\",\n \"et_12\": 46575108,\n \"id37\": 31649791\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/note?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"officiadd5\": \"deserunt quis commodo\",\n \"et_12\": 46575108,\n \"id37\": 31649791\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-658bc87d-9985-4c62-94bf-fcdca493e0fb" } ], "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-6cde8743-e6c1-4475-a7d7-3a89155fbdee" } ], "id": "1064ba0c-7336-44df-950d-1736b05b7a63", "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-1064ba0c-7336-44df-950d-1736b05b7a63" } ], "id": "4c0f069f-591f-43be-b246-083cf82cd5a8", "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-4c0f069f-591f-43be-b246-083cf82cd5a8" } ], "id": "5f28f7c8-0e5b-4416-8081-eb331f7271ad", "createdAt": "2026-07-28T03:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "uid": "35240-5f28f7c8-0e5b-4416-8081-eb331f7271ad" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }