{ "info": { "_postman_id": "32349cab-5c22-444b-9d68-b305b37524ec", "name": "Unified.to account crm 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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-32349cab-5c22-444b-9d68-b305b37524ec" }, "item": [ { "name": "crm", "item": [ { "name": "{connection_id}", "item": [ { "name": "company", "item": [ { "name": "{id}", "item": [ { "name": "Remove a company", "id": "94d519a2-e739-4b1a-8017-0af70609d9a2", "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/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "variable": [ { "id": "0f6aef27-5950-41b6-8c71-321319cef32d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "13dafb4d-ff47-4178-8e36-9c265e20e20f", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "4a257f5b-88d2-40de-a763-7570af902903", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-4a257f5b-88d2-40de-a763-7570af902903" }, { "id": "5ce62c6b-64d0-4faf-9fa1-b4bd0977854f", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-5ce62c6b-64d0-4faf-9fa1-b4bd0977854f" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-94d519a2-e739-4b1a-8017-0af70609d9a2" }, { "name": "Retrieve a company", "id": "4dac7597-10bd-43ff-93b3-260d63c5b88f", "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/company/:id?fields=id&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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": "6eb6fb53-d786-40e1-a873-dab18cd3f36f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "244e520b-b418-418f-9e02-1c84582913dc", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "425d876d-2d03-44b2-a40b-40b2508d671f", "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/company/:id?fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumdb4\": 16720407,\n \"dolore_05_\": \"Duis dolore eu ipsum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-425d876d-2d03-44b2-a40b-40b2508d671f" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-4dac7597-10bd-43ff-93b3-260d63c5b88f" }, { "name": "Update a company", "id": "288805c2-397c-4776-a22a-935271d1c3a3", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumdb4\": 16720407,\n \"dolore_05_\": \"Duis dolore eu ipsum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id?fields=id&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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": "d3bc3a39-2916-4c6d-8100-c840685791b6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9de2cf07-b044-4b9e-8d37-f56f2d8fa23f", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "602f47db-fc44-484f-8c18-9cfa0f683c84", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumdb4\": 16720407,\n \"dolore_05_\": \"Duis dolore eu ipsum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id?fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumdb4\": 16720407,\n \"dolore_05_\": \"Duis dolore eu ipsum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-602f47db-fc44-484f-8c18-9cfa0f683c84" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-288805c2-397c-4776-a22a-935271d1c3a3" }, { "name": "Update a company", "id": "b660b1ad-df9f-4bb4-ac07-1112898e0427", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumdb4\": 16720407,\n \"dolore_05_\": \"Duis dolore eu ipsum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id?fields=id&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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": "3c9dcba6-e830-48a3-b277-d2993261911f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0bd86577-aeb4-4327-b31e-35b2ee8a5597", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "dee25260-c451-471a-80e0-47c5b415373a", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumdb4\": 16720407,\n \"dolore_05_\": \"Duis dolore eu ipsum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id?fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumdb4\": 16720407,\n \"dolore_05_\": \"Duis dolore eu ipsum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-dee25260-c451-471a-80e0-47c5b415373a" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-b660b1ad-df9f-4bb4-ac07-1112898e0427" } ], "id": "2410f447-49a3-4fc1-9ae7-47e4b342a84a", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-2410f447-49a3-4fc1-9ae7-47e4b342a84a" }, { "name": "List all companies", "id": "c79e0209-86da-4acf-92e1-6a232cf03733", "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/company?limit=&offset=&updated_gte=&sort=&order=&query=&deal_id=&contact_id=&user_id=&fields=id&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company" ], "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 deal ID to filter by (reference to CrmDeal)", "key": "deal_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": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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": "4485cd4c-3915-4930-b302-fc8859884c2b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "fff87c69-ba79-4cb3-bffb-1fd1004eedb6", "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/company?limit=&offset=&updated_gte=&sort=&order=&query=&deal_id=&contact_id=&user_id=&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company" ], "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 deal ID to filter by (reference to CrmDeal)", "key": "deal_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": "Fields to return", "key": "fields", "value": "link_urls" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ut_2\": 50499877,\n \"commodo_a4\": false\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"raw\": {\n \"quis68\": true,\n \"quis98\": 15090028\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-fff87c69-ba79-4cb3-bffb-1fd1004eedb6" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-c79e0209-86da-4acf-92e1-6a232cf03733" }, { "name": "Create a company", "id": "b4db4bab-e75e-4ea3-93cb-0af8c5ddb30f", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumdb4\": 16720407,\n \"dolore_05_\": \"Duis dolore eu ipsum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company?fields=id&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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": "51fb0eec-c15e-4fbf-92c1-88cd29da28ef", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a1b59a75-9058-4037-aa78-6d93151e31ed", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumdb4\": 16720407,\n \"dolore_05_\": \"Duis dolore eu ipsum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company?fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumdb4\": 16720407,\n \"dolore_05_\": \"Duis dolore eu ipsum\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-a1b59a75-9058-4037-aa78-6d93151e31ed" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-b4db4bab-e75e-4ea3-93cb-0af8c5ddb30f" } ], "id": "66ac4a48-85fa-4502-82ed-3d5fd525fe4c", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-66ac4a48-85fa-4502-82ed-3d5fd525fe4c" }, { "name": "contact", "item": [ { "name": "{id}", "item": [ { "name": "Remove a contact", "id": "8f1d72e4-6e67-4032-ba9c-775ccfb3def7", "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/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "variable": [ { "id": "955cad5c-1a0a-4683-8cc2-38d69ebb860c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "69392e67-287b-4f35-b845-c5d0638200d7", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "332999b6-833b-486e-a6ab-73ef804bfad3", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-332999b6-833b-486e-a6ab-73ef804bfad3" }, { "id": "1bfd972c-2ad9-4d5e-8c78-f6a109813ed6", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-1bfd972c-2ad9-4d5e-8c78-f6a109813ed6" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-8f1d72e4-6e67-4032-ba9c-775ccfb3def7" }, { "name": "Retrieve a contact", "id": "2d177138-31c5-434f-ad8d-5272e86770a6", "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/contact/:id?fields=address&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "address" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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": "67aac2aa-711a-43e1-bfb5-49fc831e6639", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7801d628-119e-4819-b17d-c366b0673fac", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "7ddf145c-4877-4266-afad-2688ac46edc0", "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/contact/:id?fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sint7_3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-7ddf145c-4877-4266-afad-2688ac46edc0" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-2d177138-31c5-434f-ad8d-5272e86770a6" }, { "name": "Update a contact", "id": "80b3cb83-6745-4b32-81b4-a684cc11dccd", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sint7_3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/contact/:id?fields=address&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "address" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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": "a9b01f9c-9ac2-47f3-abd0-1745c956d706", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "dab8c66b-6275-4735-b41a-9298e4029528", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "98696221-f157-445b-872e-d37a609e468b", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sint7_3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/contact/:id?fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sint7_3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-98696221-f157-445b-872e-d37a609e468b" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-80b3cb83-6745-4b32-81b4-a684cc11dccd" }, { "name": "Update a contact", "id": "b14d4d2a-3b39-4193-95d4-5c3672d8fc33", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sint7_3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/contact/:id?fields=address&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "address" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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": "1a5becf0-509e-4e5d-8302-443b640d6013", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "85ea0c95-a89a-4cba-81c5-d6c02a21a345", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "cba4bd80-ddd2-4d3b-bf81-5c1b78444376", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sint7_3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/contact/:id?fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sint7_3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-cba4bd80-ddd2-4d3b-bf81-5c1b78444376" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-b14d4d2a-3b39-4193-95d4-5c3672d8fc33" } ], "id": "be8a7d43-2359-4a9c-b119-eae28366cacb", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-be8a7d43-2359-4a9c-b119-eae28366cacb" }, { "name": "List all contacts", "id": "7b2f617a-7dcf-48b7-b4eb-fa369e1434fb", "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/contact?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&deal_id=&user_id=&fields=address&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact" ], "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 deal ID to filter by (reference to CrmDeal)", "key": "deal_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "address" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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": "6a70c006-ed12-4474-bf92-6bedff709ed0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "7e3e9213-70c4-472b-997e-db0070b88967", "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/contact?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&deal_id=&user_id=&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact" ], "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 deal ID to filter by (reference to CrmDeal)", "key": "deal_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"tempor7\": \"magna\",\n \"enimc\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sintc2\": \"deserunt c\",\n \"esse_29\": -89203657\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-7e3e9213-70c4-472b-997e-db0070b88967" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-7b2f617a-7dcf-48b7-b4eb-fa369e1434fb" }, { "name": "Create a contact", "id": "e896ae54-fa0e-481e-a1dd-64e9f57d07d1", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sint7_3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/contact?fields=address&fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "address" }, { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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": "34a21263-df58-4fec-a663-bb84d24b841c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "d6c54125-7533-4725-9567-da63a690f08e", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sint7_3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/contact?fields=link_urls&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "link_urls" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company\": \"\",\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"department\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"image_url\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sint7_3\": false\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-d6c54125-7533-4725-9567-da63a690f08e" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-e896ae54-fa0e-481e-a1dd-64e9f57d07d1" } ], "id": "0516fe5e-6867-4c9e-873c-10e7d205adae", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-0516fe5e-6867-4c9e-873c-10e7d205adae" }, { "name": "deal", "item": [ { "name": "{id}", "item": [ { "name": "Remove a deal", "id": "2a47d7c7-6cf9-440b-a1b9-33e1c1747c4f", "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": "0708ea77-4d00-4dc8-a94e-64562af093a1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7c6fa243-d042-40bf-8bb6-c741a0c61ff6", "key": "id", "value": "", "description": "(Required) ID of the Deal" } ] } }, "response": [ { "id": "5845cbb3-42cd-416e-8a55-a7afdf5dbcb0", "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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-5845cbb3-42cd-416e-8a55-a7afdf5dbcb0" }, { "id": "599a3902-106d-4f50-b6c4-923629af58b2", "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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-599a3902-106d-4f50-b6c4-923629af58b2" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-2a47d7c7-6cf9-440b-a1b9-33e1c1747c4f" }, { "name": "Retrieve a deal", "id": "aed83978-73eb-4e71-a00a-60a3ef53d756", "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=pipeline_id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "pipeline_id" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "a4ecf226-1bbc-4615-9026-4f5af27809e7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f6d041a2-939f-41b1-a559-4c7561498ecf", "key": "id", "value": "", "description": "(Required) ID of the Deal" } ] } }, "response": [ { "id": "dee878f5-5f88-4adc-ae06-f4c552b15c24", "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=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"id76\": false,\n \"qui_a5\": true,\n \"nond7b\": -93159245,\n \"ullamco754\": -28353544.66646716\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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-dee878f5-5f88-4adc-ae06-f4c552b15c24" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-aed83978-73eb-4e71-a00a-60a3ef53d756" }, { "name": "Update a deal", "id": "8326f180-d2bd-4d6b-a7ff-0b7bebdc6c7d", "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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"id76\": false,\n \"qui_a5\": true,\n \"nond7b\": -93159245,\n \"ullamco754\": -28353544.66646716\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=pipeline_id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "pipeline_id" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "f5faf5e9-fe6e-43f9-ac1f-e345264ba89b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6de692a8-2280-4f9f-8254-4e686d6c5750", "key": "id", "value": "", "description": "(Required) ID of the Deal" } ] } }, "response": [ { "id": "d4d1432b-22fb-4502-94c4-a662310b839e", "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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"id76\": false,\n \"qui_a5\": true,\n \"nond7b\": -93159245,\n \"ullamco754\": -28353544.66646716\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=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"id76\": false,\n \"qui_a5\": true,\n \"nond7b\": -93159245,\n \"ullamco754\": -28353544.66646716\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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-d4d1432b-22fb-4502-94c4-a662310b839e" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-8326f180-d2bd-4d6b-a7ff-0b7bebdc6c7d" }, { "name": "Update a deal", "id": "47622671-b013-4e57-8e92-fe648df54f34", "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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"id76\": false,\n \"qui_a5\": true,\n \"nond7b\": -93159245,\n \"ullamco754\": -28353544.66646716\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=pipeline_id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "pipeline_id" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "0991f0cb-fb21-4b96-9fbf-148dbd9ca4d4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3f44917e-10b1-4866-b537-7ce54a31c682", "key": "id", "value": "", "description": "(Required) ID of the Deal" } ] } }, "response": [ { "id": "634c0605-d28f-4005-ac50-f55172430686", "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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"id76\": false,\n \"qui_a5\": true,\n \"nond7b\": -93159245,\n \"ullamco754\": -28353544.66646716\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=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"id76\": false,\n \"qui_a5\": true,\n \"nond7b\": -93159245,\n \"ullamco754\": -28353544.66646716\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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-634c0605-d28f-4005-ac50-f55172430686" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-47622671-b013-4e57-8e92-fe648df54f34" } ], "id": "fc863750-b854-42e5-ae8e-eb42a6931f89", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-fc863750-b854-42e5-ae8e-eb42a6931f89" }, { "name": "List all deals", "id": "ffbd94d5-a6d5-447a-a3c6-c3e38f767a40", "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=pipeline_id&fields=id&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": "pipeline_id" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "c6039846-1c86-4ea3-a89b-002331e8d51a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bb944f43-8f79-481b-b172-15e462f30c23", "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=id&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": "id" }, { "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\": \"URL\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\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 \"labore43d\": -20194534,\n \"laboris_b9\": \"sit labore\",\n \"voluptatec\": \"veniam dolore consequat\",\n \"cillum_e52\": 48692883\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\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 \"cillum89\": 98775597,\n \"exercitation_71\": -40011389.36066608,\n \"qui_7d\": 35365602.88304651\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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-bb944f43-8f79-481b-b172-15e462f30c23" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-ffbd94d5-a6d5-447a-a3c6-c3e38f767a40" }, { "name": "Create a deal", "id": "d7259549-1089-4cd5-930b-b778080db0fc", "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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"id76\": false,\n \"qui_a5\": true,\n \"nond7b\": -93159245,\n \"ullamco754\": -28353544.66646716\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=pipeline_id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "pipeline_id" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "79b17961-a628-47bb-b729-5a0b14d505c8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "934e2f20-3074-49fa-9ad6-d935cc80dd19", "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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"id76\": false,\n \"qui_a5\": true,\n \"nond7b\": -93159245,\n \"ullamco754\": -28353544.66646716\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=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "deal" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"id76\": false,\n \"qui_a5\": true,\n \"nond7b\": -93159245,\n \"ullamco754\": -28353544.66646716\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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-934e2f20-3074-49fa-9ad6-d935cc80dd19" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-d7259549-1089-4cd5-930b-b778080db0fc" } ], "id": "e72cc42a-41aa-4a1e-81b2-a9a1c2e7c586", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-e72cc42a-41aa-4a1e-81b2-a9a1c2e7c586" }, { "name": "event", "item": [ { "name": "{id}", "item": [ { "name": "Remove an event", "id": "d272510e-31eb-4196-b99c-856d3ad8f5ff", "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/event/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "variable": [ { "id": "4b2abec9-7bff-4152-9120-80746526c3ff", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "761338bb-b41b-4310-9a58-af928c0277b0", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "eadfb627-968f-449c-bd53-dbc57a49c531", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-eadfb627-968f-449c-bd53-dbc57a49c531" }, { "id": "16d6bae9-5d49-4c50-a935-f81ea6e16da8", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-16d6bae9-5d49-4c50-a935-f81ea6e16da8" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-d272510e-31eb-4196-b99c-856d3ad8f5ff" }, { "name": "Retrieve an event", "id": "00898df4-bf23-4c32-b07c-86c78157bb3e", "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/event/:id?fields=created_at&fields=call&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "call" }, { "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": "f80a8d88-56bb-4244-8e9c-7869a8537333", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1ef40a70-d423-4292-be5b-020ee56eee44", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "d0d25132-04e3-4cc6-a896-d8863ff328c9", "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/event/:id?fields=call&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "call" }, { "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"eiusmod_e5\": 59975244,\n \"eu_9be\": 57790033\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-d0d25132-04e3-4cc6-a896-d8863ff328c9" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-00898df4-bf23-4c32-b07c-86c78157bb3e" }, { "name": "Update an event", "id": "10689260-80c0-4443-b4ac-75bf7baca5a5", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"eiusmod_e5\": 59975244,\n \"eu_9be\": 57790033\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id?fields=created_at&fields=call&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "call" }, { "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": "6a848a61-0d97-4da1-b085-14747c9859cc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "908b347e-073c-4b58-bf35-b04c8dfc1b70", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "bbbe119a-ec24-4874-9197-512f9f480e7f", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"eiusmod_e5\": 59975244,\n \"eu_9be\": 57790033\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id?fields=call&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "call" }, { "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"eiusmod_e5\": 59975244,\n \"eu_9be\": 57790033\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-bbbe119a-ec24-4874-9197-512f9f480e7f" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-10689260-80c0-4443-b4ac-75bf7baca5a5" }, { "name": "Update an event", "id": "0f689987-8322-42fa-99ee-5fc308e595b1", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"eiusmod_e5\": 59975244,\n \"eu_9be\": 57790033\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id?fields=created_at&fields=call&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "call" }, { "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": "219cc2bb-c756-4992-b963-b183de56c240", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0336c58a-efb8-4527-9ff9-b213e9739d16", "key": "id", "value": "", "description": "(Required) ID of the Event" } ] } }, "response": [ { "id": "efc7ad8f-b778-41a8-8d9d-32c0563c1c8b", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"eiusmod_e5\": 59975244,\n \"eu_9be\": 57790033\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event/:id?fields=call&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "call" }, { "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"eiusmod_e5\": 59975244,\n \"eu_9be\": 57790033\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-efc7ad8f-b778-41a8-8d9d-32c0563c1c8b" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-0f689987-8322-42fa-99ee-5fc308e595b1" } ], "id": "04e75f65-2c57-4888-974f-2643581c264a", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-04e75f65-2c57-4888-974f-2643581c264a" }, { "name": "List all events", "id": "a04d3ad2-a4be-48e4-bc1b-41f6b0a44ae5", "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/event?limit=&offset=&updated_gte=&sort=&order=&query=&deal_id=&contact_id=&company_id=&user_id=&type=&lead_id=&fields=created_at&fields=call&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event" ], "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 deal ID to filter by (reference to CrmDeal)", "key": "deal_id", "value": "" }, { "description": "The contact ID to filter by (reference to CrmContact)", "key": "contact_id", "value": "" }, { "description": "The company ID to filter by (reference to CrmCompany)", "key": "company_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The CRM lead ID to filter by (reference to CrmLead)", "key": "lead_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "call" }, { "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": "7d411e7b-b01f-4beb-8b8d-4ed6d35453d8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "15c2aeb7-d7a0-4b1e-ae98-38f56326b191", "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/event?limit=&offset=&updated_gte=&sort=&order=&query=&deal_id=&contact_id=&company_id=&user_id=&type=&lead_id=&fields=call&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event" ], "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 deal ID to filter by (reference to CrmDeal)", "key": "deal_id", "value": "" }, { "description": "The contact ID to filter by (reference to CrmContact)", "key": "contact_id", "value": "" }, { "description": "The company ID to filter by (reference to CrmCompany)", "key": "company_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The CRM lead ID to filter by (reference to CrmLead)", "key": "lead_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "call" }, { "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"BOOLEAN\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"FILE\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"dolore_41\": false,\n \"nostrud_2\": 83594979,\n \"aliquae55\": \"in officia\"\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"HIGH\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MARKETING_EMAIL\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_CHOICE\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"SINGLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"amet_9\": \"in velit fugiat\",\n \"velit_1f0\": 17624186.256275058,\n \"utdd0\": -81456866\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"MEDIUM\",\n \"status\": \"DEFERRED\"\n },\n \"type\": \"EMAIL\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-15c2aeb7-d7a0-4b1e-ae98-38f56326b191" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-a04d3ad2-a4be-48e4-bc1b-41f6b0a44ae5" }, { "name": "Create an event", "id": "3efa4b53-6772-4efe-ac18-8ff22fc16b50", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"eiusmod_e5\": 59975244,\n \"eu_9be\": 57790033\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event?fields=created_at&fields=call&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "call" }, { "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": "4c70cc8b-1033-4896-94de-bf23f9942481", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "821bb37c-6ee7-4211-a196-bade04cdce09", "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"eiusmod_e5\": 59975244,\n \"eu_9be\": 57790033\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/event?fields=call&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "event" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "call" }, { "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 \"call\": {\n \"description\": \"\",\n \"duration\": \"\",\n \"start_at\": \"\"\n },\n \"company_ids\": [\n \"\",\n \"\"\n ],\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"form\": {\n \"archived_at\": \"\",\n \"fields\": [\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"NUMBER\"\n },\n {\n \"name\": \"\",\n \"options\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n },\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"required\": \"\",\n \"type\": \"MULTIPLE_SELECT\"\n }\n ],\n \"name\": \"\",\n \"redirect_url\": \"\"\n },\n \"id\": \"\",\n \"lead_ids\": [\n \"\",\n \"\"\n ],\n \"marketing_email\": {\n \"attachment_file_ids\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"cc\": [\n \"\",\n \"\"\n ],\n \"from\": \"\",\n \"name\": \"\",\n \"subject\": \"\",\n \"to\": [\n \"\",\n \"\"\n ]\n },\n \"meeting\": {\n \"description\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n \"note\": {\n \"description\": \"\",\n \"title\": \"\"\n },\n \"page_view\": {\n \"average\": \"\",\n \"count\": \"\",\n \"url\": \"\"\n },\n \"raw\": {\n \"eiusmod_e5\": 59975244,\n \"eu_9be\": 57790033\n },\n \"task\": {\n \"description\": \"\",\n \"due_at\": \"\",\n \"name\": \"\",\n \"priority\": \"LOW\",\n \"status\": \"NOT_STARTED\"\n },\n \"type\": \"MEETING\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-821bb37c-6ee7-4211-a196-bade04cdce09" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-3efa4b53-6772-4efe-ac18-8ff22fc16b50" } ], "id": "b3000fea-8cda-4200-a410-a991f26c408f", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-b3000fea-8cda-4200-a410-a991f26c408f" }, { "name": "lead", "item": [ { "name": "{id}", "item": [ { "name": "Remove a lead", "id": "527026fb-65f9-4f69-8bf6-d1cae868a2e1", "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/lead/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "variable": [ { "id": "bb68027a-8e68-4e58-9db6-6a62f39ba6a0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d6a45fd0-3e54-4843-a298-30626a524c56", "key": "id", "value": "", "description": "(Required) ID of the Lead" } ] } }, "response": [ { "id": "13db6e17-4cc2-451e-99d4-32a5c460a32e", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-13db6e17-4cc2-451e-99d4-32a5c460a32e" }, { "id": "003dd6f3-56fd-4f05-a077-53c958c9ded4", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-003dd6f3-56fd-4f05-a077-53c958c9ded4" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-527026fb-65f9-4f69-8bf6-d1cae868a2e1" }, { "name": "Retrieve a lead", "id": "b4221d01-1a53-4cf0-8b54-9bee6461bd55", "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/lead/:id?fields=company_name&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_name" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "dc94563b-44c6-4f37-9899-4b682cfbd02c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6900b59f-a628-4807-a67e-60a80e3f22c5", "key": "id", "value": "", "description": "(Required) ID of the Lead" } ] } }, "response": [ { "id": "bd0407c9-899c-4a08-847b-1a0fb78c50ac", "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/lead/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_c\": \"consequat\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-bd0407c9-899c-4a08-847b-1a0fb78c50ac" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-b4221d01-1a53-4cf0-8b54-9bee6461bd55" }, { "name": "Update a lead", "id": "ce8a748c-5e41-4e36-a500-964f132cfeda", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_c\": \"consequat\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead/:id?fields=company_name&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_name" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f4e0fe88-4071-4374-a7f2-6ecda808a2c1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "993210a1-9f04-42ac-8e03-afdb017fea0f", "key": "id", "value": "", "description": "(Required) ID of the Lead" } ] } }, "response": [ { "id": "1466067f-1ad7-42a9-bc05-df9aceb7d3c7", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_c\": \"consequat\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_c\": \"consequat\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-1466067f-1ad7-42a9-bc05-df9aceb7d3c7" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-ce8a748c-5e41-4e36-a500-964f132cfeda" }, { "name": "Update a lead", "id": "306472a6-d442-4413-9a90-068ee2e6cce3", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_c\": \"consequat\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead/:id?fields=company_name&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_name" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "2afc9d1a-5b21-4ee0-91a2-ba04a15f1410", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8c8c8b43-07fe-4da8-b9df-b9516809f206", "key": "id", "value": "", "description": "(Required) ID of the Lead" } ] } }, "response": [ { "id": "7318aa32-f44f-4803-8a3f-91b3474571af", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_c\": \"consequat\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_c\": \"consequat\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-7318aa32-f44f-4803-8a3f-91b3474571af" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-306472a6-d442-4413-9a90-068ee2e6cce3" } ], "id": "881d0d77-fd5c-479e-8109-b78b9ca329ee", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-881d0d77-fd5c-479e-8109-b78b9ca329ee" }, { "name": "List all leads", "id": "a4d675f4-6660-4874-9f60-af9147526b7e", "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/lead?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&contact_id=&user_id=&fields=company_name&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead" ], "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": "Fields to return", "key": "fields", "value": "company_name" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "a83a94e1-171d-4556-ab35-bd5f76aabe23", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "45e21f22-21bf-42ee-92ea-a1210ea83c12", "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/lead?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&contact_id=&user_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead" ], "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": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"URL\",\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 \"raw\": {\n \"id_743\": -1263628.4368422627,\n \"aliquip_c3e\": false\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"nostrud_cd\": -87048250\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-45e21f22-21bf-42ee-92ea-a1210ea83c12" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-a4d675f4-6660-4874-9f60-af9147526b7e" }, { "name": "Create a lead", "id": "2343bfc3-47af-49b1-b116-44dfbdab06ca", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_c\": \"consequat\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead?fields=company_name&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_name" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "15965f8d-e6aa-4276-804e-38ad04f27ae4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "39d77d2f-de66-4005-89e2-f7d5ae42e77a", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_c\": \"consequat\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"last_name\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_c\": \"consequat\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-39d77d2f-de66-4005-89e2-f7d5ae42e77a" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-2343bfc3-47af-49b1-b116-44dfbdab06ca" } ], "id": "d3c1a59c-2523-48e3-aaeb-1675faafec1a", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-d3c1a59c-2523-48e3-aaeb-1675faafec1a" }, { "name": "pipeline", "item": [ { "name": "{id}", "item": [ { "name": "Remove a pipeline", "id": "01f05c88-a2d7-44c8-b598-6c385b0b8716", "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/pipeline/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline", ":id" ], "variable": [ { "id": "d4b9450c-f4cd-41c8-9f5d-840cee6fe50c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "58179449-1fbe-46a7-9603-b15831c6de04", "key": "id", "value": "", "description": "(Required) ID of the Pipeline" } ] } }, "response": [ { "id": "8cc1dc4d-ec80-4eb8-9d6a-9f6e819ba3c9", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/pipeline/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline", ":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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-8cc1dc4d-ec80-4eb8-9d6a-9f6e819ba3c9" }, { "id": "a096dbb7-ae5c-4886-ad79-662fac1380d9", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/pipeline/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline", ":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:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-a096dbb7-ae5c-4886-ad79-662fac1380d9" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-01f05c88-a2d7-44c8-b598-6c385b0b8716" }, { "name": "Retrieve a pipeline", "id": "a615dba7-eda8-44ff-9cd8-a17acdbaed00", "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/pipeline/:id?fields=raw&fields=deal_probability&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "deal_probability" }, { "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": "36dd54b3-43c7-4ebd-a012-9100568ac9d0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "92f0b20a-514f-4ed3-b768-a525f5fccced", "key": "id", "value": "", "description": "(Required) ID of the Pipeline" } ] } }, "response": [ { "id": "fd9e063f-6e8f-4ed4-ab28-7976b9393782", "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/pipeline/:id?fields=deal_probability&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "deal_probability" }, { "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"fugiatf\": -63492968,\n \"laborum_4f2\": \"Duis consequat\"\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-fd9e063f-6e8f-4ed4-ab28-7976b9393782" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-a615dba7-eda8-44ff-9cd8-a17acdbaed00" }, { "name": "Update a pipeline", "id": "612e35ad-f602-4c24-bf80-c251da8d3fc0", "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"fugiatf\": -63492968,\n \"laborum_4f2\": \"Duis consequat\"\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/pipeline/:id?fields=raw&fields=deal_probability&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "deal_probability" }, { "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": "478afa8d-d649-4200-bc34-856ba8eb3706", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d1fbd300-9f5d-406e-a27d-159b6b295371", "key": "id", "value": "", "description": "(Required) ID of the Pipeline" } ] } }, "response": [ { "id": "5e91fa9d-4cb2-4f34-93f4-8d7b1af134c7", "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"fugiatf\": -63492968,\n \"laborum_4f2\": \"Duis consequat\"\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/pipeline/:id?fields=deal_probability&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "deal_probability" }, { "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"fugiatf\": -63492968,\n \"laborum_4f2\": \"Duis consequat\"\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-5e91fa9d-4cb2-4f34-93f4-8d7b1af134c7" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-612e35ad-f602-4c24-bf80-c251da8d3fc0" }, { "name": "Update a pipeline", "id": "6652c97e-8c3b-4ca1-b508-0b088904172c", "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"fugiatf\": -63492968,\n \"laborum_4f2\": \"Duis consequat\"\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/pipeline/:id?fields=raw&fields=deal_probability&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "deal_probability" }, { "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": "03080d1c-c5ed-4f0e-9218-790b73188bdc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b19c99ae-ef7d-4d17-b96a-158eff93c8c2", "key": "id", "value": "", "description": "(Required) ID of the Pipeline" } ] } }, "response": [ { "id": "a2b04e08-cef1-4556-adb2-430c4c7151b0", "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"fugiatf\": -63492968,\n \"laborum_4f2\": \"Duis consequat\"\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/pipeline/:id?fields=deal_probability&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "deal_probability" }, { "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"fugiatf\": -63492968,\n \"laborum_4f2\": \"Duis consequat\"\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-a2b04e08-cef1-4556-adb2-430c4c7151b0" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-6652c97e-8c3b-4ca1-b508-0b088904172c" } ], "id": "fcddfc2f-ed60-437d-9a1b-9ff8494e710d", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-fcddfc2f-ed60-437d-9a1b-9ff8494e710d" }, { "name": "List all pipelines", "id": "b7f21dbf-17cb-4632-ac86-b6dbb1afb60b", "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/pipeline?limit=&offset=&updated_gte=&sort=&order=&query=&fields=raw&fields=deal_probability&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline" ], "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": "raw" }, { "description": "Fields to return", "key": "fields", "value": "deal_probability" }, { "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": "9054a1d9-67fd-4fa2-81bf-e7b901dae7ac", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ae3e5914-70a3-4cf8-a353-d114f3c62187", "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/pipeline?limit=&offset=&updated_gte=&sort=&order=&query=&fields=deal_probability&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline" ], "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": "deal_probability" }, { "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"eu8\": 88322240.19640625\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laborum_f3\": -3627318,\n \"qui71d\": -78984153\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-ae3e5914-70a3-4cf8-a353-d114f3c62187" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-b7f21dbf-17cb-4632-ac86-b6dbb1afb60b" }, { "name": "Create a pipeline", "id": "147a1514-4988-4563-9336-b3e5ed1617ba", "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"fugiatf\": -63492968,\n \"laborum_4f2\": \"Duis consequat\"\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/pipeline?fields=raw&fields=deal_probability&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "deal_probability" }, { "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": "f248a62c-66f8-45a1-9628-cb3b202780c0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "435adbce-846d-4f86-9833-5c78f079d992", "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"fugiatf\": -63492968,\n \"laborum_4f2\": \"Duis consequat\"\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/pipeline?fields=deal_probability&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "pipeline" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "deal_probability" }, { "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 \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"fugiatf\": -63492968,\n \"laborum_4f2\": \"Duis consequat\"\n },\n \"stages\": [\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"active\": \"\",\n \"created_at\": \"\",\n \"deal_probability\": \"\",\n \"display_order\": \"\",\n \"id\": \"\",\n \"is_closed\": \"\",\n \"name\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-435adbce-846d-4f86-9833-5c78f079d992" } ], "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-147a1514-4988-4563-9336-b3e5ed1617ba" } ], "id": "f7edfe0b-fa5a-4711-9edd-d2f030891816", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-f7edfe0b-fa5a-4711-9edd-d2f030891816" } ], "id": "a266244f-a4be-4272-b6e7-a7d21ef73def", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-a266244f-a4be-4272-b6e7-a7d21ef73def" } ], "id": "fbb1a5e6-6b30-4116-8ad8-30b42a298bfc", "createdAt": "2026-07-28T03:23:48.000Z", "updatedAt": "2026-07-28T03:23:48.000Z", "uid": "35240-fbb1a5e6-6b30-4116-8ad8-30b42a298bfc" } ], "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" } ] }