{ "info": { "_postman_id": "dd3b6b2b-2778-4b66-b7c0-4f41db06667c", "name": "Unified.to account ticket 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:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "lastUpdatedBy": "35240", "uid": "35240-dd3b6b2b-2778-4b66-b7c0-4f41db06667c" }, "item": [ { "name": "ticketing", "item": [ { "name": "{connection_id}", "item": [ { "name": "ticket", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Ticket", "id": "dbceedea-fbaa-4bde-926f-9cf5d35b2143", "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": "6c0c8cc0-a068-4821-ad80-1ff9ffb6263a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "759e24de-bff3-4b4d-b619-7c3dedea51c7", "key": "id", "value": "", "description": "(Required) ID of the Ticket" } ] } }, "response": [ { "id": "37d45f5c-fb0f-49d5-9f00-d2a7c799c1fe", "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:00.000Z", "updatedAt": "2026-07-28T03:27:00.000Z", "uid": "35240-37d45f5c-fb0f-49d5-9f00-d2a7c799c1fe" }, { "id": "2d613a7c-8cd6-44fc-baf0-e39719d3bd76", "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:00.000Z", "updatedAt": "2026-07-28T03:27:00.000Z", "uid": "35240-2d613a7c-8cd6-44fc-baf0-e39719d3bd76" } ], "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-dbceedea-fbaa-4bde-926f-9cf5d35b2143" }, { "name": "Retrieve a Ticket", "id": "cb145cc4-571e-4ec3-9fd3-99882ff295bf", "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=priority&fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "priority" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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": "752fb50c-2ac5-48f7-a63b-4fc2e2f29369", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c333d025-a7c6-47d8-9562-46ba88b58021", "key": "id", "value": "", "description": "(Required) ID of the Ticket" } ] } }, "response": [ { "id": "a96a8daf-9489-46a9-aa0b-33712d60edbe", "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=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "url" }, { "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 \"consecteture\": \"ex eu sunt\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:00.000Z", "updatedAt": "2026-07-28T03:27:00.000Z", "uid": "35240-a96a8daf-9489-46a9-aa0b-33712d60edbe" } ], "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-cb145cc4-571e-4ec3-9fd3-99882ff295bf" }, { "name": "Update a Ticket", "id": "92296f2b-7eea-4533-a371-bdafbd7edb55", "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 \"consecteture\": \"ex eu sunt\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\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=priority&fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "priority" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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": "20d64e0d-3eaa-4b68-af0c-b750aac14100", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "71d5afb1-3b2c-422d-a3c4-3e6b349881d8", "key": "id", "value": "", "description": "(Required) ID of the Ticket" } ] } }, "response": [ { "id": "b53f6e96-2e09-4b41-9706-e197095f13c9", "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 \"consecteture\": \"ex eu sunt\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\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=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "url" }, { "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 \"consecteture\": \"ex eu sunt\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:00.000Z", "updatedAt": "2026-07-28T03:27:00.000Z", "uid": "35240-b53f6e96-2e09-4b41-9706-e197095f13c9" } ], "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-92296f2b-7eea-4533-a371-bdafbd7edb55" }, { "name": "Update a Ticket", "id": "f4c10f77-8a87-460f-b48f-1cb626ab10a5", "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 \"consecteture\": \"ex eu sunt\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\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=priority&fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "priority" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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": "7501f276-bc7d-4571-9b91-ff5c6dc0b20f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5a616b2e-3953-4d59-8172-13b8f0b1641e", "key": "id", "value": "", "description": "(Required) ID of the Ticket" } ] } }, "response": [ { "id": "34706115-4066-4d72-a436-40f62b4f7152", "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 \"consecteture\": \"ex eu sunt\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\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=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "url" }, { "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 \"consecteture\": \"ex eu sunt\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:00.000Z", "updatedAt": "2026-07-28T03:27:00.000Z", "uid": "35240-34706115-4066-4d72-a436-40f62b4f7152" } ], "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-f4c10f77-8a87-460f-b48f-1cb626ab10a5" } ], "id": "939ae693-1a17-4a15-bd73-e0516f30b777", "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-939ae693-1a17-4a15-bd73-e0516f30b777" }, { "name": "List All Tickets", "id": "97fb3c77-6a41-4a76-b58f-4bc1e9dffe3e", "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=priority&fields=url&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": "priority" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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": "c340db76-32c8-45d0-ae22-45ef277dfe4c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "741a9aa9-12a3-43af-888c-f27b9ebff019", "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=url&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": "url" }, { "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 \"dolore_58\": \"dolore eiusmod sit in\",\n \"dolor_75\": \"consequat\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\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 \"qui79e\": -80459901,\n \"fugiat__9_\": 16337423.33224295,\n \"id5\": false,\n \"ea6e6\": true,\n \"commodo_0\": 6907123\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:27:00.000Z", "updatedAt": "2026-07-28T03:27:00.000Z", "uid": "35240-741a9aa9-12a3-43af-888c-f27b9ebff019" } ], "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-97fb3c77-6a41-4a76-b58f-4bc1e9dffe3e" }, { "name": "Create a Ticket", "id": "15515817-a711-4c4f-a3bf-88cbb658f2d5", "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 \"consecteture\": \"ex eu sunt\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\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=priority&fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "priority" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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": "e0f65e67-f93e-4a79-b542-82d48a17f86e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6ae602d4-98b8-40f7-8a0f-c362b4163a62", "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 \"consecteture\": \"ex eu sunt\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\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=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ticketing", ":connection_id", "ticket" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "url" }, { "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 \"consecteture\": \"ex eu sunt\"\n },\n \"source\": \"\",\n \"source_ref\": \"\",\n \"status\": \"CLOSED\",\n \"subject\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"url\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:27:00.000Z", "updatedAt": "2026-07-28T03:27:00.000Z", "uid": "35240-6ae602d4-98b8-40f7-8a0f-c362b4163a62" } ], "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-15515817-a711-4c4f-a3bf-88cbb658f2d5" } ], "id": "43c9acab-60f6-4584-bda8-aac0c9641980", "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-43c9acab-60f6-4584-bda8-aac0c9641980" } ], "id": "7b841cf1-9915-42b4-b891-c2d1e0e13436", "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-7b841cf1-9915-42b4-b891-c2d1e0e13436" } ], "id": "e779ca1a-d011-48cf-b66c-2f4764a64125", "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-e779ca1a-d011-48cf-b66c-2f4764a64125" } ], "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" } ] }