{ "info": { "_postman_id": "d43e8993-f9c3-429a-b098-c3f6f808eb4f", "name": "Unified.to account category 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:23:00.000Z", "updatedAt": "2026-07-28T03:23:00.000Z", "lastUpdatedBy": "35240", "uid": "35240-d43e8993-f9c3-429a-b098-c3f6f808eb4f" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "category", "item": [ { "name": "{id}", "item": [ { "name": "Remove a category", "id": "3b1602b6-2e64-42f8-9d82-1bbf7e2535b3", "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}}/accounting/:connection_id/category/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "variable": [ { "id": "fa2ff6ed-0e2d-461a-9b3a-3da878803cf6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0472f6e0-934d-47ed-b426-8ba910dc9a98", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "8fda68a9-f272-451a-842a-05c6f707b925", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-8fda68a9-f272-451a-842a-05c6f707b925" }, { "id": "a9d2b3db-d69f-41db-8047-7d445064c1d0", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":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:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-a9d2b3db-d69f-41db-8047-7d445064c1d0" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-3b1602b6-2e64-42f8-9d82-1bbf7e2535b3" }, { "name": "Retrieve a category", "id": "af561390-6420-4960-b9d1-0a3f533da94a", "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}}/accounting/:connection_id/category/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "5cd5c032-4407-4a31-8841-664b68cc2845", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4abf7fbe-c846-4b0f-8b06-021c2737b011", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "b678fd1c-f79d-41ff-8ea5-4a925d7ccfb7", "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}}/accounting/:connection_id/category/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-b678fd1c-f79d-41ff-8ea5-4a925d7ccfb7" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-af561390-6420-4960-b9d1-0a3f533da94a" }, { "name": "Update a category", "id": "ff2b798f-3faf-45a0-bbe0-8f7e7b5348b6", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "1abcb2b5-dbe0-4a8c-98e1-8d1efae1fee3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "43839dbb-b642-4787-9585-2a3de65ca85f", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "a01b6421-f024-4005-bb1c-8a6855ad8294", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-a01b6421-f024-4005-bb1c-8a6855ad8294" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-ff2b798f-3faf-45a0-bbe0-8f7e7b5348b6" }, { "name": "Update a category", "id": "777c0b29-6cc2-45cd-9c50-206b7ab53d23", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "5482d639-65df-44ba-8f3e-334b1a4435f4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fe67340e-82b5-49c1-a226-1ad7471fc2f0", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "aa38d174-21d0-4829-b67b-5ebd03f52843", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-aa38d174-21d0-4829-b67b-5ebd03f52843" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-777c0b29-6cc2-45cd-9c50-206b7ab53d23" } ], "id": "172334da-dcbb-4d61-8eda-6ef7bcb57b26", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-172334da-dcbb-4d61-8eda-6ef7bcb57b26" }, { "name": "List all categories", "id": "e749da31-3cb2-4c8d-9d1e-2e5e4637d9ef", "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}}/accounting/:connection_id/category?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category" ], "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 parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "1c76e11a-2cb3-4d6b-928b-4d9e2705516f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "41a8733b-126c-49f2-964d-8b6cd389f8f3", "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}}/accounting/:connection_id/category?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category" ], "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 parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"cillum_d0\": 33928131,\n \"aliquip7\": -87431651.45134872\n },\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"Loremb\": 56886422,\n \"consequat6b\": -30583024.385327607\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-41a8733b-126c-49f2-964d-8b6cd389f8f3" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-e749da31-3cb2-4c8d-9d1e-2e5e4637d9ef" }, { "name": "Create a category", "id": "3321203a-16ce-428e-8049-d7c33f355363", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "84b97b16-19bf-4135-bbbb-539037f0e307", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "16a87dcc-90bb-4c33-9f42-f581d546cb3e", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/category?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "category" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-16a87dcc-90bb-4c33-9f42-f581d546cb3e" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-3321203a-16ce-428e-8049-d7c33f355363" } ], "id": "0a8e24ee-6cdb-4d64-8f52-8fc989dc3c51", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-0a8e24ee-6cdb-4d64-8f52-8fc989dc3c51" } ], "id": "1a812073-8887-4949-bd19-51fab51aae67", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-1a812073-8887-4949-bd19-51fab51aae67" } ], "id": "0ddf27e1-b997-41f9-89c1-07953995da03", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-0ddf27e1-b997-41f9-89c1-07953995da03" }, { "name": "ticketing", "item": [ { "name": "{connection_id}", "item": [ { "name": "category", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Category", "id": "de945de8-8f12-4dc5-8570-40d2a2a0cca6", "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/category/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "variable": [ { "id": "384bb6b7-1d2e-48ad-b113-7195a8227831", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "113917ed-f2c8-4ec8-99e0-bd33aa1aedb1", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "8af8f3d3-7794-4cb6-9ca8-33f7e69cdec8", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-8af8f3d3-7794-4cb6-9ca8-33f7e69cdec8" }, { "id": "56ee08b1-8de1-45ee-9402-40a880a2efa8", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":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:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-56ee08b1-8de1-45ee-9402-40a880a2efa8" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-de945de8-8f12-4dc5-8570-40d2a2a0cca6" }, { "name": "Retrieve a Category", "id": "044692ce-77df-4ddf-a1f2-28ab597ffdf4", "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/category/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "1c45b7c5-6970-4d73-88f7-da050ebce5b3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "aa826ae4-08fb-44d0-bd74-50cbb7b0efb7", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "dd0a53c7-422e-4679-b6be-59c5a699bcf8", "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/category/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-dd0a53c7-422e-4679-b6be-59c5a699bcf8" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-044692ce-77df-4ddf-a1f2-28ab597ffdf4" }, { "name": "Update a Category", "id": "3bb5e1e9-7ab0-48e2-a79c-2aa0901c30ae", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "19be558b-1665-4a2e-b8db-b2d388b299cc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "416ab168-6ba7-424f-99fd-9631473daba7", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "e7e54f48-d718-4f6e-b7dc-46893263f0bd", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-e7e54f48-d718-4f6e-b7dc-46893263f0bd" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-3bb5e1e9-7ab0-48e2-a79c-2aa0901c30ae" }, { "name": "Update a Category", "id": "e1cd05ba-498b-48b2-aa06-ae9c67976fe5", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "890d9464-9674-480e-957c-be38eb56efcc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "93456021-0ec0-4990-9fca-e5e4e37b409c", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "f884f59a-b499-4353-8cf5-b9641ef285b7", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-f884f59a-b499-4353-8cf5-b9641ef285b7" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-e1cd05ba-498b-48b2-aa06-ae9c67976fe5" } ], "id": "e910a41a-ed90-4f10-9ab7-77e766e49cd7", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-e910a41a-ed90-4f10-9ab7-77e766e49cd7" }, { "name": "List All Categories", "id": "54100f1c-4755-40c4-88cb-cf9e4e827c55", "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/category?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category" ], "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 parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "8737f24a-a836-4c36-9f84-16b53307b4e8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "fb3e7193-8bbc-4adf-a47c-6996c80d0a25", "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/category?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category" ], "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 parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"cillum_d0\": 33928131,\n \"aliquip7\": -87431651.45134872\n },\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"Loremb\": 56886422,\n \"consequat6b\": -30583024.385327607\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-fb3e7193-8bbc-4adf-a47c-6996c80d0a25" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-54100f1c-4755-40c4-88cb-cf9e4e827c55" }, { "name": "Create a Category", "id": "a8e2db19-1529-44b4-a46e-e3ff4855e078", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "2be6d575-46b3-4df8-9cdf-44cfc94c1924", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "57e76e7d-63d0-4ba8-bd53-bd805724e2eb", "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriscc\": -14943776.8556806,\n \"labore_6\": \"aliquip laborum\",\n \"sed59d\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-57e76e7d-63d0-4ba8-bd53-bd805724e2eb" } ], "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-a8e2db19-1529-44b4-a46e-e3ff4855e078" } ], "id": "8d16d320-672d-4d63-9829-dacddb06b736", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-8d16d320-672d-4d63-9829-dacddb06b736" } ], "id": "e0fea53f-4978-45f4-a4ad-d63efdba0893", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-e0fea53f-4978-45f4-a4ad-d63efdba0893" } ], "id": "b74f0686-f925-4df4-8f0e-0fdb42b6873d", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "uid": "35240-b74f0686-f925-4df4-8f0e-0fdb42b6873d" } ], "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" } ] }