{ "info": { "_postman_id": "63a0cdb9-0ff5-44e4-839a-b0fed078e124", "name": "Unified.to account ticketing 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:27:00.000Z", "updatedAt": "2026-07-28T03:27:00.000Z", "lastUpdatedBy": "35240", "uid": "35240-63a0cdb9-0ff5-44e4-839a-b0fed078e124" }, "item": [ { "name": "ticketing", "item": [ { "name": "{connection_id}", "item": [ { "name": "category", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Category", "id": "e2d7f9f0-74ec-405e-a440-64e3a03d4a92", "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": "6bb6c6e4-bc15-4796-b505-88448e24ab05", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "89b27257-c095-47db-a655-ba4bfca247d0", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "a6a87f10-53df-4b4b-a4c5-ef4061f82bfe", "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:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-a6a87f10-53df-4b4b-a4c5-ef4061f82bfe" }, { "id": "8f75cab1-e77c-442a-994b-c5cc453bd9a6", "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:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-8f75cab1-e77c-442a-994b-c5cc453bd9a6" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-e2d7f9f0-74ec-405e-a440-64e3a03d4a92" }, { "name": "Retrieve a Category", "id": "589b08bc-0aea-4942-b516-c69ac4575737", "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=raw&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "0521de63-de9b-44e3-bb3a-d4feb7a1b586", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d4ee571c-a277-451b-9896-ef6cbb06021a", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "97501f29-7717-450c-8f33-7d9794dcc6da", "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=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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 \"in198\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-97501f29-7717-450c-8f33-7d9794dcc6da" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-589b08bc-0aea-4942-b516-c69ac4575737" }, { "name": "Update a Category", "id": "6c83c0bd-7cf9-4586-82be-20ebfa433141", "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 \"in198\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category/:id?fields=raw&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "8dcf6fd4-d5bc-4475-a8cf-47eddd5c44ec", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0f75efc6-fa64-449f-a4c9-b265aa15b4d2", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "e9afd82e-58ba-4af4-8e10-c5b3e51e9425", "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 \"in198\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category/:id?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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 \"in198\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-e9afd82e-58ba-4af4-8e10-c5b3e51e9425" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-6c83c0bd-7cf9-4586-82be-20ebfa433141" }, { "name": "Update a Category", "id": "0588a62a-c020-4201-8078-670fb8471f5e", "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 \"in198\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category/:id?fields=raw&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "a8e7b6bc-287c-41b3-8e10-d5de91af2eae", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4d1ec0e0-fa58-4004-921e-cde60551245e", "key": "id", "value": "", "description": "(Required) ID of the Category" } ] } }, "response": [ { "id": "17988354-5fe2-493a-ab6d-7dc6e5b73c79", "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 \"in198\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category/:id?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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 \"in198\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-17988354-5fe2-493a-ab6d-7dc6e5b73c79" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-0588a62a-c020-4201-8078-670fb8471f5e" } ], "id": "969322e9-caa2-4ce1-8ed3-386a54c68a7c", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-969322e9-caa2-4ce1-8ed3-386a54c68a7c" }, { "name": "List All Categories", "id": "a3970154-2ab6-40a3-8780-909cd81c9e62", "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=raw&fields=is_active&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": "raw" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "41b3e586-fb2e-44a4-8bf7-c89f57b75fd8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "efd62973-f2d6-41d7-8598-0613cc82fd91", "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=is_active&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": "is_active" }, { "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 \"Duis_b1a\": -45436826.08900004,\n \"ea_92\": -13632789.6377507,\n \"veniam_0\": true\n },\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"officiad3b\": -8446233\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-efd62973-f2d6-41d7-8598-0613cc82fd91" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-a3970154-2ab6-40a3-8780-909cd81c9e62" }, { "name": "Create a Category", "id": "f317f1cb-3e0e-43ba-9727-a3112f363773", "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 \"in198\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category?fields=raw&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "16e40268-6aed-4bea-9d2b-91d3236e328e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "dda06843-bf28-4add-9247-077d449e9445", "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 \"in198\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/category?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "category" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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 \"in198\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-dda06843-bf28-4add-9247-077d449e9445" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-f317f1cb-3e0e-43ba-9727-a3112f363773" } ], "id": "5d86256d-17f9-43fc-82e4-84e637debd6d", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-5d86256d-17f9-43fc-82e4-84e637debd6d" }, { "name": "customer", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Customer", "id": "4e572fe0-cf21-43b8-a0e8-3be65c649059", "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/customer/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer", ":id" ], "variable": [ { "id": "3c5e9da0-5da8-4fe5-9e6f-e8203db23f6e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2852071e-58f6-4c02-a820-1a59cef56237", "key": "id", "value": "", "description": "(Required) ID of the Customer" } ] } }, "response": [ { "id": "3debb487-46c2-4c9e-82f0-efa7e396f697", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/customer/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-3debb487-46c2-4c9e-82f0-efa7e396f697" }, { "id": "bc328dcb-1629-4d73-bc33-d016a0d321b6", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/customer/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer", ":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:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-bc328dcb-1629-4d73-bc33-d016a0d321b6" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-4e572fe0-cf21-43b8-a0e8-3be65c649059" }, { "name": "Retrieve a Customer", "id": "14bed7aa-27e1-4616-bc59-f2bb34e0db83", "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/customer/:id?fields=emails&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "description": "Fields to return", "key": "fields", "value": "created_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": "185e448f-1d9f-4b3f-8090-3bfc4a9a7255", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3d1d1448-90e8-462a-a349-cfdade65ee2a", "key": "id", "value": "", "description": "(Required) ID of the Customer" } ] } }, "response": [ { "id": "87f053d5-e9fd-4b59-8300-9fcb6e8f8479", "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/customer/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_5e\": false,\n \"irure5\": 81920111.88405642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-87f053d5-e9fd-4b59-8300-9fcb6e8f8479" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-14bed7aa-27e1-4616-bc59-f2bb34e0db83" }, { "name": "Update a Customer", "id": "f6479db8-67ca-4780-8276-38e1a7355e42", "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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_5e\": false,\n \"irure5\": 81920111.88405642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/customer/:id?fields=emails&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "description": "Fields to return", "key": "fields", "value": "created_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": "15a34f7a-4624-48bb-bb30-f416002efa48", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "322a93ac-4df6-466b-b376-f793f36051f3", "key": "id", "value": "", "description": "(Required) ID of the Customer" } ] } }, "response": [ { "id": "802796c6-3e2d-4deb-98dc-7aceff752b92", "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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_5e\": false,\n \"irure5\": 81920111.88405642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/customer/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_5e\": false,\n \"irure5\": 81920111.88405642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-802796c6-3e2d-4deb-98dc-7aceff752b92" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-f6479db8-67ca-4780-8276-38e1a7355e42" }, { "name": "Update a Customer", "id": "068a9dfa-b797-4bf3-9908-97145db16144", "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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_5e\": false,\n \"irure5\": 81920111.88405642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/customer/:id?fields=emails&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "description": "Fields to return", "key": "fields", "value": "created_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": "801b5f95-6e6f-484a-b950-0c66bd91e4c7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7c4e9dc1-dc55-41cc-9dac-f3e4b6f5c2fe", "key": "id", "value": "", "description": "(Required) ID of the Customer" } ] } }, "response": [ { "id": "b9885e69-35d4-4eff-9d72-02d500345f92", "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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_5e\": false,\n \"irure5\": 81920111.88405642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/customer/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_5e\": false,\n \"irure5\": 81920111.88405642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-b9885e69-35d4-4eff-9d72-02d500345f92" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-068a9dfa-b797-4bf3-9908-97145db16144" } ], "id": "774b8506-7737-4c7b-b66d-58f0d13265e5", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-774b8506-7737-4c7b-b66d-58f0d13265e5" }, { "name": "List All Customers", "id": "c7fc2f2f-b261-4257-8818-0712403aac13", "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/customer?limit=&offset=&updated_gte=&sort=&order=&query=&fields=emails&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer" ], "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": "Fields to return", "key": "fields", "value": "emails" }, { "description": "Fields to return", "key": "fields", "value": "created_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": "375711a2-3e19-44d5-92f0-c87b14bb262f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c1d1a040-d615-42e0-a70a-8671aa4e665a", "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/customer?limit=&offset=&updated_gte=&sort=&order=&query=&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer" ], "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": "Fields to return", "key": "fields", "value": "created_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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"pariatur_4e\": \"est irure dolor culpa in\",\n \"amet_12\": -99536642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit1\": false,\n \"culpa9_\": 41792187.87892735,\n \"culpa_bc\": 63419868.5379034,\n \"consequat262\": -8083775.663140267\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-c1d1a040-d615-42e0-a70a-8671aa4e665a" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-c7fc2f2f-b261-4257-8818-0712403aac13" }, { "name": "Create a Customer", "id": "607c2d56-125e-4494-9102-f8596fa81dbf", "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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_5e\": false,\n \"irure5\": 81920111.88405642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/customer?fields=emails&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "description": "Fields to return", "key": "fields", "value": "created_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": "46019dae-e240-4c9e-8c6a-c485c06a35fc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a6ba0a82-b4ce-459c-bce4-a7cb4c088c1a", "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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_5e\": false,\n \"irure5\": 81920111.88405642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/customer?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "customer" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_5e\": false,\n \"irure5\": 81920111.88405642\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-a6ba0a82-b4ce-459c-bce4-a7cb4c088c1a" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-607c2d56-125e-4494-9102-f8596fa81dbf" } ], "id": "88c23aae-d766-4649-91f9-eb327032ad45", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-88c23aae-d766-4649-91f9-eb327032ad45" }, { "name": "note", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Note", "id": "15eb088a-80bf-47cd-9356-4cd4abaa0eb3", "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": "ec49711a-eea3-4938-a24c-faa0fb6f94bf", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2b3475b5-a0a8-4a7a-a8ef-35c8904c4cd2", "key": "id", "value": "", "description": "(Required) ID of the Note" } ] } }, "response": [ { "id": "3da48f16-8422-4fef-ac72-473b74c468c5", "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:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-3da48f16-8422-4fef-ac72-473b74c468c5" }, { "id": "9f5a9a1d-9527-4343-9cfe-28346e4e28eb", "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:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-9f5a9a1d-9527-4343-9cfe-28346e4e28eb" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-15eb088a-80bf-47cd-9356-4cd4abaa0eb3" }, { "name": "Retrieve a Note", "id": "31383253-e7aa-42be-bba3-fdae4db323b6", "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=raw&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "703da4d4-f832-4051-a08f-d3e55e0bbe0d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5cdf8fbd-0031-43d9-99a8-5f1db2db8c02", "key": "id", "value": "", "description": "(Required) ID of the Note" } ] } }, "response": [ { "id": "a77ecbf8-eee8-4d83-990d-0dbd08a33cb8", "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 \"ullamco_628\": false,\n \"ipsum_edf\": 68143163.57847989\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-a77ecbf8-eee8-4d83-990d-0dbd08a33cb8" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-31383253-e7aa-42be-bba3-fdae4db323b6" }, { "name": "Update a Note", "id": "70e1e451-37d3-48a0-b11b-a28a3eaa530b", "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 \"ullamco_628\": false,\n \"ipsum_edf\": 68143163.57847989\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&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "aaad0b9e-1746-440b-9bc5-94b5a1fdf782", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4622b081-6943-4894-9be3-a9cd0a3a2786", "key": "id", "value": "", "description": "(Required) ID of the Note" } ] } }, "response": [ { "id": "efef7853-779c-45be-95ab-adf7048d3413", "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 \"ullamco_628\": false,\n \"ipsum_edf\": 68143163.57847989\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 \"ullamco_628\": false,\n \"ipsum_edf\": 68143163.57847989\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-efef7853-779c-45be-95ab-adf7048d3413" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-70e1e451-37d3-48a0-b11b-a28a3eaa530b" }, { "name": "Update a Note", "id": "9b4e9dfd-ca69-4f24-8779-3f2f6e670cae", "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 \"ullamco_628\": false,\n \"ipsum_edf\": 68143163.57847989\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&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "c7be288b-a2fa-424f-8210-2070a97af886", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b40bad78-dec9-4751-9fa2-7fc37d2dbb08", "key": "id", "value": "", "description": "(Required) ID of the Note" } ] } }, "response": [ { "id": "cb85adf7-4951-44ae-95ad-ff0b14bb1086", "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 \"ullamco_628\": false,\n \"ipsum_edf\": 68143163.57847989\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 \"ullamco_628\": false,\n \"ipsum_edf\": 68143163.57847989\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-cb85adf7-4951-44ae-95ad-ff0b14bb1086" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-9b4e9dfd-ca69-4f24-8779-3f2f6e670cae" } ], "id": "dcc318e1-67a7-432a-b44c-c92024c4c773", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-dcc318e1-67a7-432a-b44c-c92024c4c773" }, { "name": "List All Notes", "id": "e3a3576c-b8a5-40b5-b57f-c1f2b22cba7e", "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=raw&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": "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": "8a2c4e36-8334-4e38-8800-98e6cdda5992", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bd49c413-3792-468b-b4b4-29b0901d018f", "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 \"aliquip_2_\": true\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 \"ut_6d\": \"sit\",\n \"cillum_\": \"aute\",\n \"veniam61\": -22053804\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-bd49c413-3792-468b-b4b4-29b0901d018f" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-e3a3576c-b8a5-40b5-b57f-c1f2b22cba7e" }, { "name": "Create a Note", "id": "7216274f-4aa1-47fb-aa9a-0adead3a1a20", "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 \"ullamco_628\": false,\n \"ipsum_edf\": 68143163.57847989\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&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "note" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "16e7c321-2064-4e4f-b6b9-b1e779b82ff9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "7fb6684b-84fd-49ed-8bfb-63e0613e146d", "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 \"ullamco_628\": false,\n \"ipsum_edf\": 68143163.57847989\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 \"ullamco_628\": false,\n \"ipsum_edf\": 68143163.57847989\n },\n \"ticket_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-7fb6684b-84fd-49ed-8bfb-63e0613e146d" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-7216274f-4aa1-47fb-aa9a-0adead3a1a20" } ], "id": "83c47a24-295a-4422-95ea-65c2ff333d28", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-83c47a24-295a-4422-95ea-65c2ff333d28" }, { "name": "ticket", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Ticket", "id": "a37baa40-1688-4413-8ed1-65bb65751129", "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/ticket/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "variable": [ { "id": "61bfcf65-05fa-44f9-b955-391973262863", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "145680b4-ae1b-4a6c-b1c8-e32307228ba3", "key": "id", "value": "", "description": "(Required) ID of the Ticket" } ] } }, "response": [ { "id": "afb489ff-21b3-4245-8166-f01b0a7f1564", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/ticket/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-afb489ff-21b3-4245-8166-f01b0a7f1564" }, { "id": "aaffa533-6cfc-4f2b-a615-a1356730701c", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/ticket/:id", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":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:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-aaffa533-6cfc-4f2b-a615-a1356730701c" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-a37baa40-1688-4413-8ed1-65bb65751129" }, { "name": "Retrieve a Ticket", "id": "1be0cb99-eab9-43b3-b809-cf845f239f9e", "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/ticket/:id?fields=created_at&fields=source_ref&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "source_ref" }, { "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": "2a7d1994-7c7e-4356-9dee-392281f933e8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0b2dc7ca-46fa-424a-9798-6225c22326f2", "key": "id", "value": "", "description": "(Required) ID of the Ticket" } ] } }, "response": [ { "id": "559e2742-bd29-43fc-94e1-80abd02f47d6", "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/ticket/:id?fields=source_ref&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "source_ref" }, { "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"Excepteur_42\": -18864892.81716633,\n \"veniam_c85\": \"officia aliqua\",\n \"nostrudf\": true,\n \"commodo3\": 48554849.371852666\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-559e2742-bd29-43fc-94e1-80abd02f47d6" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-1be0cb99-eab9-43b3-b809-cf845f239f9e" }, { "name": "Update a Ticket", "id": "f78b1475-b1f6-4461-afb1-9fb804648c57", "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"Excepteur_42\": -18864892.81716633,\n \"veniam_c85\": \"officia aliqua\",\n \"nostrudf\": true,\n \"commodo3\": 48554849.371852666\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/ticket/:id?fields=created_at&fields=source_ref&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "source_ref" }, { "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": "c6639987-8224-4dce-9aec-d59fffc56f80", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "50a1e35b-4704-48d8-a600-c5665465b164", "key": "id", "value": "", "description": "(Required) ID of the Ticket" } ] } }, "response": [ { "id": "81751a08-1aa1-47d7-89fd-3d23c0d0ca75", "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"Excepteur_42\": -18864892.81716633,\n \"veniam_c85\": \"officia aliqua\",\n \"nostrudf\": true,\n \"commodo3\": 48554849.371852666\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/ticket/:id?fields=source_ref&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "source_ref" }, { "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"Excepteur_42\": -18864892.81716633,\n \"veniam_c85\": \"officia aliqua\",\n \"nostrudf\": true,\n \"commodo3\": 48554849.371852666\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-81751a08-1aa1-47d7-89fd-3d23c0d0ca75" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-f78b1475-b1f6-4461-afb1-9fb804648c57" }, { "name": "Update a Ticket", "id": "58ca024e-97fe-4923-bbd9-7b2ebd9938e8", "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"Excepteur_42\": -18864892.81716633,\n \"veniam_c85\": \"officia aliqua\",\n \"nostrudf\": true,\n \"commodo3\": 48554849.371852666\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/ticket/:id?fields=created_at&fields=source_ref&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "source_ref" }, { "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": "c4424881-b02b-48fd-9392-53247bf9dec1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "cf77e0f6-35e9-4fa9-8ee8-dd9d3ac13a69", "key": "id", "value": "", "description": "(Required) ID of the Ticket" } ] } }, "response": [ { "id": "4eb2f0be-168a-4870-8e7c-0420f45fd990", "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"Excepteur_42\": -18864892.81716633,\n \"veniam_c85\": \"officia aliqua\",\n \"nostrudf\": true,\n \"commodo3\": 48554849.371852666\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/ticket/:id?fields=source_ref&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "source_ref" }, { "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"Excepteur_42\": -18864892.81716633,\n \"veniam_c85\": \"officia aliqua\",\n \"nostrudf\": true,\n \"commodo3\": 48554849.371852666\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-4eb2f0be-168a-4870-8e7c-0420f45fd990" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-58ca024e-97fe-4923-bbd9-7b2ebd9938e8" } ], "id": "6c06f20f-439f-48e4-ab41-679fe241ec96", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-6c06f20f-439f-48e4-ab41-679fe241ec96" }, { "name": "List All Tickets", "id": "4de53906-4e6e-4dfa-a1eb-e2741bf193ef", "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/ticket?limit=&offset=&updated_gte=&sort=&order=&query=&customer_id=&user_id=&fields=created_at&fields=source_ref&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket" ], "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 customer ID to filter by", "key": "customer_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "source_ref" }, { "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": "e6530904-08b8-42b9-95ff-c6b771a96d4a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ac390884-0ee4-4b10-8bfa-b174a97fbd56", "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/ticket?limit=&offset=&updated_gte=&sort=&order=&query=&customer_id=&user_id=&fields=source_ref&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket" ], "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 customer ID to filter by", "key": "customer_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "source_ref" }, { "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"voluptate57a\": -62022795.196967095,\n \"adipisicingc\": \"in\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n },\n {\n \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"autea44\": 70118653.51768827,\n \"ea_f\": true\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-ac390884-0ee4-4b10-8bfa-b174a97fbd56" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-4de53906-4e6e-4dfa-a1eb-e2741bf193ef" }, { "name": "Create a Ticket", "id": "42724ef1-f707-419b-bc78-6abfa6f02235", "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"Excepteur_42\": -18864892.81716633,\n \"veniam_c85\": \"officia aliqua\",\n \"nostrudf\": true,\n \"commodo3\": 48554849.371852666\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/ticket?fields=created_at&fields=source_ref&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "source_ref" }, { "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": "1ee3c35a-3fbc-49d7-9f8f-df7a9d9768cd", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "95b072f3-5bcb-4d97-b177-92be408e1579", "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"Excepteur_42\": -18864892.81716633,\n \"veniam_c85\": \"officia aliqua\",\n \"nostrudf\": true,\n \"commodo3\": 48554849.371852666\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ticketing/:connection_id/ticket?fields=source_ref&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "source_ref" }, { "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 \"category\": \"\",\n \"category_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"customer_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"priority\": \"\",\n \"raw\": {\n \"Excepteur_42\": -18864892.81716633,\n \"veniam_c85\": \"officia aliqua\",\n \"nostrudf\": true,\n \"commodo3\": 48554849.371852666\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"ACTIVE\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-95b072f3-5bcb-4d97-b177-92be408e1579" } ], "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-42724ef1-f707-419b-bc78-6abfa6f02235" } ], "id": "32ff4088-7c6f-4d54-bed3-300901093105", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-32ff4088-7c6f-4d54-bed3-300901093105" } ], "id": "3651ca1e-7e9b-4558-884c-fe797edad435", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-3651ca1e-7e9b-4558-884c-fe797edad435" } ], "id": "9be7bdb7-02b5-41e8-876a-10a2de3f9b2f", "createdAt": "2026-07-28T03:27:01.000Z", "updatedAt": "2026-07-28T03:27:01.000Z", "uid": "35240-9be7bdb7-02b5-41e8-876a-10a2de3f9b2f" } ], "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" } ] }