{ "info": { "_postman_id": "5d8a688a-f168-47a4-8606-a4398c8a8052", "name": "Unified.to account lead 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:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-5d8a688a-f168-47a4-8606-a4398c8a8052" }, "item": [ { "name": "crm", "item": [ { "name": "{connection_id}", "item": [ { "name": "lead", "item": [ { "name": "{id}", "item": [ { "name": "Remove a lead", "id": "ecf1a7c6-de45-453c-b3d9-f79461cb080a", "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": "9f6d3de6-32b8-49d8-91c2-7380cb5e81b9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "510e208b-c2c0-4bc5-94ee-36d22663f776", "key": "id", "value": "", "description": "(Required) ID of the Lead" } ] } }, "response": [ { "id": "83e07509-dd6d-433b-b6d1-7aee8ab12a03", "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:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-83e07509-dd6d-433b-b6d1-7aee8ab12a03" }, { "id": "354bcc02-a4fa-42c9-83b8-ee754e5f2300", "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:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-354bcc02-a4fa-42c9-83b8-ee754e5f2300" } ], "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-ecf1a7c6-de45-453c-b3d9-f79461cb080a" }, { "name": "Retrieve a lead", "id": "5eef3c64-fb9a-42d9-91ba-17169287c20b", "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=first_name&fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_name" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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": "f6ee1c4f-a522-43c9-86a1-06cdfe5230a7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "04cca527-ee8f-4378-8cae-19e61f4218ad", "key": "id", "value": "", "description": "(Required) ID of the Lead" } ] } }, "response": [ { "id": "df6e777b-63a2-4a5e-b8e3-8aaf1b24b6ee", "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=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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\": \"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\": \"SINGLE_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 \"qui_cf\": \"ipsum quis consequat Excepteur do\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-df6e777b-63a2-4a5e-b8e3-8aaf1b24b6ee" } ], "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-5eef3c64-fb9a-42d9-91ba-17169287c20b" }, { "name": "Update a lead", "id": "f8f24db9-9d2e-46a7-af91-d03fa71f404c", "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\": \"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\": \"SINGLE_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 \"qui_cf\": \"ipsum quis consequat Excepteur do\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead/:id?fields=first_name&fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_name" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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": "3134f786-74f7-4738-83f2-9b042f5cbec4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "93d0a51e-737f-4dbe-a337-33af64ab0821", "key": "id", "value": "", "description": "(Required) ID of the Lead" } ] } }, "response": [ { "id": "b8132ab4-2332-4dfa-a376-acb3d1619835", "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\": \"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\": \"SINGLE_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 \"qui_cf\": \"ipsum quis consequat Excepteur do\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead/:id?fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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\": \"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\": \"SINGLE_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 \"qui_cf\": \"ipsum quis consequat Excepteur do\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-b8132ab4-2332-4dfa-a376-acb3d1619835" } ], "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-f8f24db9-9d2e-46a7-af91-d03fa71f404c" }, { "name": "Update a lead", "id": "bf881457-a1ca-4d9b-9a48-1175e2a0f947", "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\": \"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\": \"SINGLE_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 \"qui_cf\": \"ipsum quis consequat Excepteur do\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead/:id?fields=first_name&fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_name" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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": "02ce502a-0622-4373-aa6f-a5b5d7309249", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1113f3e5-b22b-4984-8d57-8eec895382de", "key": "id", "value": "", "description": "(Required) ID of the Lead" } ] } }, "response": [ { "id": "92c4dd52-e34c-4dec-9ff3-edfc89b5aad1", "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\": \"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\": \"SINGLE_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 \"qui_cf\": \"ipsum quis consequat Excepteur do\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead/:id?fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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\": \"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\": \"SINGLE_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 \"qui_cf\": \"ipsum quis consequat Excepteur do\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-92c4dd52-e34c-4dec-9ff3-edfc89b5aad1" } ], "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-bf881457-a1ca-4d9b-9a48-1175e2a0f947" } ], "id": "579ec817-c976-418d-9a22-242005a5128a", "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-579ec817-c976-418d-9a22-242005a5128a" }, { "name": "List all leads", "id": "6638344e-8ac5-4dba-bfa9-5f5324857100", "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=first_name&fields=telephones&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": "first_name" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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": "5ee0c413-ff9a-4467-b43e-c83bfe1613cc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "66b9ceb5-9783-4ec9-a8bf-631189c19d90", "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=telephones&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": "telephones" }, { "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\": \"CURRENCY\",\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 \"sed_b\": \"veniam pariatur\",\n \"amet4\": \"ea aliquip exercitation dolor\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\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\": \"OTHER\"\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\": \"URL\",\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 \"eua3\": \"consequat reprehenderit in\",\n \"consectetur_79\": 68404494.25153744\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-66b9ceb5-9783-4ec9-a8bf-631189c19d90" } ], "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-6638344e-8ac5-4dba-bfa9-5f5324857100" }, { "name": "Create a lead", "id": "63d79e2a-36e7-4e55-a29e-172816ebc734", "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\": \"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\": \"SINGLE_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 \"qui_cf\": \"ipsum quis consequat Excepteur do\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead?fields=first_name&fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_name" }, { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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": "a50f2a8c-80fb-4793-aa41-18ef211905c4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "de2dc8f2-c365-4737-803c-1e3797df5ff1", "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\": \"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\": \"SINGLE_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 \"qui_cf\": \"ipsum quis consequat Excepteur do\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/lead?fields=telephones&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "lead" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "telephones" }, { "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\": \"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\": \"SINGLE_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 \"qui_cf\": \"ipsum quis consequat Excepteur do\"\n },\n \"source\": \"\",\n \"status\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-de2dc8f2-c365-4737-803c-1e3797df5ff1" } ], "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-63d79e2a-36e7-4e55-a29e-172816ebc734" } ], "id": "7de070ea-f155-4277-8120-f9ea022473b3", "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-7de070ea-f155-4277-8120-f9ea022473b3" } ], "id": "3e6e324f-5a3c-439a-996d-5aeff2730309", "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-3e6e324f-5a3c-439a-996d-5aeff2730309" } ], "id": "c44656fe-ca0e-4aca-8371-8e7d92b27d36", "createdAt": "2026-07-28T03:24:51.000Z", "updatedAt": "2026-07-28T03:24:51.000Z", "uid": "35240-c44656fe-ca0e-4aca-8371-8e7d92b27d36" } ], "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" } ] }