{ "info": { "_postman_id": "7b94e765-2e6b-4ffe-83b2-8c66ca8d99d4", "name": "Unified.to account deal API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:23:50.000Z", "updatedAt": "2026-07-28T03:23:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-7b94e765-2e6b-4ffe-83b2-8c66ca8d99d4" }, "item": [ { "name": "crm", "item": [ { "name": "{connection_id}", "item": [ { "name": "deal", "item": [ { "name": "{id}", "item": [ { "name": "Remove a deal", "id": "30c4e910-9c20-4f13-b8f0-b9861db8b889", "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}}/crm/:connection_id/deal/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "variable": [ { "id": "4f8d4002-1f48-45dc-94f1-b32924b952c9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a1715770-79e5-421b-8d76-826d6b95a985", "key": "id", "value": "", "description": "(Required) ID of the Deal" } ] } }, "response": [ { "id": "4087a836-50b9-4908-be5d-e315c388439d", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/deal/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-4087a836-50b9-4908-be5d-e315c388439d" }, { "id": "50e8e256-13ec-4729-80c7-e3184efff049", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/deal/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-50e8e256-13ec-4729-80c7-e3184efff049" } ], "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-30c4e910-9c20-4f13-b8f0-b9861db8b889" }, { "name": "Retrieve a deal", "id": "14c5d969-45f7-4f23-a9a7-0e31ef5f6db4", "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}}/crm/:connection_id/deal/:id?fields=stages&fields=contact_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "stages" }, { "description": "Fields to return", "key": "fields", "value": "contact_ids" }, { "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": "ab5ddf39-31b0-451a-b38e-febbb24789ae", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4803afa5-dbe9-43e8-a957-02c1e49025b8", "key": "id", "value": "", "description": "(Required) ID of the Deal" } ] } }, "response": [ { "id": "5c899ecc-5727-4adf-80c8-dd35949e2362", "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}}/crm/:connection_id/deal/:id?fields=contact_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_ids" }, { "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"essee_a\": -7597887\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n}", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-5c899ecc-5727-4adf-80c8-dd35949e2362" } ], "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-14c5d969-45f7-4f23-a9a7-0e31ef5f6db4" }, { "name": "Update a deal", "id": "cd9dd6a6-6825-41fb-bd70-ed60bbb447a8", "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"essee_a\": -7597887\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/deal/:id?fields=stages&fields=contact_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "stages" }, { "description": "Fields to return", "key": "fields", "value": "contact_ids" }, { "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": "ff5cf3b8-6ad7-4597-820c-b597ef20d6c7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "20888733-97b0-45a3-9f59-471dfa6bf316", "key": "id", "value": "", "description": "(Required) ID of the Deal" } ] } }, "response": [ { "id": "b6951ac0-c7f7-43ff-8a22-d11e8eb801ca", "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"essee_a\": -7597887\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/deal/:id?fields=contact_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_ids" }, { "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"essee_a\": -7597887\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n}", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-b6951ac0-c7f7-43ff-8a22-d11e8eb801ca" } ], "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-cd9dd6a6-6825-41fb-bd70-ed60bbb447a8" }, { "name": "Update a deal", "id": "d42638d1-89cb-4906-8de2-dcac13db6b5c", "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"essee_a\": -7597887\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/deal/:id?fields=stages&fields=contact_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "stages" }, { "description": "Fields to return", "key": "fields", "value": "contact_ids" }, { "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": "1173c4d6-f95b-402e-8546-c6b1ae605da1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5893c227-1f08-4c89-995c-017a93fca189", "key": "id", "value": "", "description": "(Required) ID of the Deal" } ] } }, "response": [ { "id": "c4c5e067-c697-41c2-9da4-5f22cc5ca2e5", "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"essee_a\": -7597887\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/deal/:id?fields=contact_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_ids" }, { "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"essee_a\": -7597887\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n}", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-c4c5e067-c697-41c2-9da4-5f22cc5ca2e5" } ], "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-d42638d1-89cb-4906-8de2-dcac13db6b5c" } ], "id": "86a4d8c4-9ed1-4918-bf59-348b1759ee4c", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-86a4d8c4-9ed1-4918-bf59-348b1759ee4c" }, { "name": "List all deals", "id": "3b398509-650e-49bc-8117-74efbe96b3df", "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}}/crm/:connection_id/deal?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&contact_id=&user_id=&pipeline_id=&fields=stages&fields=contact_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal" ], "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 company ID to filter by (reference to CrmCompany)", "key": "company_id", "value": "" }, { "description": "The contact ID to filter by (reference to CrmContact)", "key": "contact_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The pipeline ID to filter by", "key": "pipeline_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "stages" }, { "description": "Fields to return", "key": "fields", "value": "contact_ids" }, { "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": "945085eb-f83c-45fa-ab48-447c6fc0a649", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bfafe6f0-8897-4ca6-b67f-9346be572a2f", "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}}/crm/:connection_id/deal?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&contact_id=&user_id=&pipeline_id=&fields=contact_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal" ], "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 company ID to filter by (reference to CrmCompany)", "key": "company_id", "value": "" }, { "description": "The contact ID to filter by (reference to CrmContact)", "key": "contact_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The pipeline ID to filter by", "key": "pipeline_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "contact_ids" }, { "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"officia_1e\": -33456897\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n },\n {\n \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"nulla_f79\": -49152565.0505463,\n \"quis_47b\": \"ad velit sit\",\n \"culpa_21\": -17920822,\n \"laborum1\": \"minim dolor exercitation est\"\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-bfafe6f0-8897-4ca6-b67f-9346be572a2f" } ], "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-3b398509-650e-49bc-8117-74efbe96b3df" }, { "name": "Create a deal", "id": "35666ffc-2ada-462c-905b-b2e10edbc34b", "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"essee_a\": -7597887\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/deal?fields=stages&fields=contact_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "stages" }, { "description": "Fields to return", "key": "fields", "value": "contact_ids" }, { "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": "68f4999d-0498-4a6d-9aa7-b1810873931e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b4121246-738e-4fbc-ab0c-947ef11da8d0", "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"essee_a\": -7597887\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/deal?fields=contact_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "contact_ids" }, { "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 \"amount\": \"\",\n \"closed_at\": \"\",\n \"closing_at\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lost_reason\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"pipeline\": \"\",\n \"pipeline_id\": \"\",\n \"pipelines\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"probability\": \"\",\n \"raw\": {\n \"essee_a\": -7597887\n },\n \"source\": \"\",\n \"stage\": \"\",\n \"stage_id\": \"\",\n \"stages\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"won_reason\": \"\"\n}", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-b4121246-738e-4fbc-ab0c-947ef11da8d0" } ], "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-35666ffc-2ada-462c-905b-b2e10edbc34b" } ], "id": "7e2345b1-a3a4-406b-80e2-56b51a8d4ad1", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-7e2345b1-a3a4-406b-80e2-56b51a8d4ad1" } ], "id": "c27c10c4-d86e-4357-96fb-b167a8925ce8", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-c27c10c4-d86e-4357-96fb-b167a8925ce8" } ], "id": "07d620ac-dde8-4fcd-8c9d-4bee70a30e6b", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "uid": "35240-07d620ac-dde8-4fcd-8c9d-4bee70a30e6b" } ], "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" } ] }