{ "info": { "_postman_id": "7cc9fecb-ba6d-4896-8d5b-cdce38789505", "name": "Unified.to account contact 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:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "lastUpdatedBy": "35240", "uid": "35240-7cc9fecb-ba6d-4896-8d5b-cdce38789505" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "contact", "item": [ { "name": "{id}", "item": [ { "name": "Remove a contact", "id": "769872ed-d95b-4a3a-b96a-dfb167e224b2", "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}}/accounting/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "variable": [ { "id": "615d40a7-bfaa-4188-be51-a4ae2eea62f3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2247a531-fed6-4fbd-9181-3149f7f7b6f4", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "0eeb8278-2931-4028-aa6d-e8fc5d0191b3", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":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:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-0eeb8278-2931-4028-aa6d-e8fc5d0191b3" }, { "id": "e75c7ff7-635c-4e91-ac31-149e975e4862", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":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:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-e75c7ff7-635c-4e91-ac31-149e975e4862" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-769872ed-d95b-4a3a-b96a-dfb167e224b2" }, { "name": "Retrieve a contact", "id": "6327488c-84d1-43bc-99f1-cb699ce8da59", "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}}/accounting/:connection_id/contact/:id?fields=billing_address&fields=portal_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "description": "Fields to return", "key": "fields", "value": "portal_url" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "3d0a5893-78c7-46ca-96ee-bc6d325a6dad", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "10ada501-2c91-423a-81ed-8ac181e0d709", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "d48ea29a-d19c-4e8e-b667-3d8ddf569695", "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}}/accounting/:connection_id/contact/:id?fields=portal_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "portal_url" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nulla_93d\": false,\n \"et_6c0\": false,\n \"veniam_8ee\": 55740211,\n \"cupidatatfa3\": true,\n \"nostrudf1a\": false\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"MEDICAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-d48ea29a-d19c-4e8e-b667-3d8ddf569695" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-6327488c-84d1-43bc-99f1-cb699ce8da59" }, { "name": "Update a contact", "id": "2dfa610e-c962-46e2-be2f-34102ba21286", "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 \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nulla_93d\": false,\n \"et_6c0\": false,\n \"veniam_8ee\": 55740211,\n \"cupidatatfa3\": true,\n \"nostrudf1a\": false\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"MEDICAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id?fields=billing_address&fields=portal_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "description": "Fields to return", "key": "fields", "value": "portal_url" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "2f853fd5-9347-4e44-9db8-b46bf6c6508c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "297f4d92-3392-456c-b9cd-a4ca5838e651", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "22bd6c87-08b2-4e57-8193-3bcf94fdd785", "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 \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nulla_93d\": false,\n \"et_6c0\": false,\n \"veniam_8ee\": 55740211,\n \"cupidatatfa3\": true,\n \"nostrudf1a\": false\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"MEDICAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id?fields=portal_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "portal_url" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nulla_93d\": false,\n \"et_6c0\": false,\n \"veniam_8ee\": 55740211,\n \"cupidatatfa3\": true,\n \"nostrudf1a\": false\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"MEDICAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-22bd6c87-08b2-4e57-8193-3bcf94fdd785" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-2dfa610e-c962-46e2-be2f-34102ba21286" }, { "name": "Update a contact", "id": "17ef1222-c641-4263-9888-66cc94ee2fac", "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 \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nulla_93d\": false,\n \"et_6c0\": false,\n \"veniam_8ee\": 55740211,\n \"cupidatatfa3\": true,\n \"nostrudf1a\": false\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"MEDICAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id?fields=billing_address&fields=portal_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "description": "Fields to return", "key": "fields", "value": "portal_url" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "92f933f3-37bb-43ad-a6cf-1568ddcf93e7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e3240231-80f8-4412-9457-b658eb49ffec", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "acc2faa4-2a16-459a-9dd6-13ada96f5c15", "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 \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nulla_93d\": false,\n \"et_6c0\": false,\n \"veniam_8ee\": 55740211,\n \"cupidatatfa3\": true,\n \"nostrudf1a\": false\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"MEDICAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact/:id?fields=portal_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "portal_url" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nulla_93d\": false,\n \"et_6c0\": false,\n \"veniam_8ee\": 55740211,\n \"cupidatatfa3\": true,\n \"nostrudf1a\": false\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"MEDICAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-acc2faa4-2a16-459a-9dd6-13ada96f5c15" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-17ef1222-c641-4263-9888-66cc94ee2fac" } ], "id": "3c6d92f0-6792-4ea0-a2d9-d9fab64f4167", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-3c6d92f0-6792-4ea0-a2d9-d9fab64f4167" }, { "name": "List all contacts", "id": "c6097661-aefe-4d9b-8bdf-1c75288ee89d", "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}}/accounting/:connection_id/contact?limit=&offset=&updated_gte=&sort=&order=&query=&type=&org_id=&fields=billing_address&fields=portal_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":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": "" }, { "key": "type", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "description": "Fields to return", "key": "fields", "value": "portal_url" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "dd527076-985b-409b-a3c0-3941111dbdaf", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "763a000f-9e19-4c31-b937-86bfb98f2598", "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}}/accounting/:connection_id/contact?limit=&offset=&updated_gte=&sort=&order=&query=&type=&org_id=&fields=portal_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":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": "" }, { "key": "type", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "portal_url" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"ALIPAY\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"Duiscea\": \"dolor\"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"LOCAL_GOV\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"updated_at\": \"\"\n },\n {\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"GIROPAY\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"OTHER\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"non1e3\": 22811340.976856887,\n \"ullamcoe6f\": -1509609\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"OTHER\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-763a000f-9e19-4c31-b937-86bfb98f2598" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-c6097661-aefe-4d9b-8bdf-1c75288ee89d" }, { "name": "Create a contact", "id": "61151066-4d36-4593-82c8-ae42068fa625", "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 \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nulla_93d\": false,\n \"et_6c0\": false,\n \"veniam_8ee\": 55740211,\n \"cupidatatfa3\": true,\n \"nostrudf1a\": false\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"MEDICAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact?fields=billing_address&fields=portal_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "description": "Fields to return", "key": "fields", "value": "portal_url" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "bc4f89ce-edbe-4350-96d1-f026c77dc48c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "0b04c9dd-ab5b-49d7-a29c-5a59ce167d50", "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 \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nulla_93d\": false,\n \"et_6c0\": false,\n \"veniam_8ee\": 55740211,\n \"cupidatatfa3\": true,\n \"nostrudf1a\": false\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"MEDICAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/contact?fields=portal_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "contact" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "portal_url" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"associated_contacts\": [\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"currency\": \"USD\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"identification\": \"\",\n \"is_active\": \"\",\n \"is_customer\": \"\",\n \"is_supplier\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"payment_methods\": [\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"type\": \"CARD\",\n \"default\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"portal_url\": \"\",\n \"raw\": {\n \"nulla_93d\": false,\n \"et_6c0\": false,\n \"veniam_8ee\": 55740211,\n \"cupidatatfa3\": true,\n \"nostrudf1a\": false\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"tax_exemption\": \"MEDICAL_ORG\",\n \"tax_number\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n }\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-0b04c9dd-ab5b-49d7-a29c-5a59ce167d50" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-61151066-4d36-4593-82c8-ae42068fa625" } ], "id": "420b77df-414e-4111-8074-286e4e3a2574", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-420b77df-414e-4111-8074-286e4e3a2574" } ], "id": "c82a6e60-dccf-4230-813e-03150fde297e", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-c82a6e60-dccf-4230-813e-03150fde297e" } ], "id": "ffcc3a92-cb19-4da7-a642-402c13b1f586", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-ffcc3a92-cb19-4da7-a642-402c13b1f586" }, { "name": "crm", "item": [ { "name": "{connection_id}", "item": [ { "name": "contact", "item": [ { "name": "{id}", "item": [ { "name": "Remove a contact", "id": "85db7719-d5b3-477f-8661-d3bfe7dc4b9b", "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": "223db590-9d5f-405d-a14c-dc26f7ab1052", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ac759fa1-2a50-4b41-827e-e322525f8454", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "e53e485f-0ded-4bf8-b8d3-29a49c90dc93", "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:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-e53e485f-0ded-4bf8-b8d3-29a49c90dc93" }, { "id": "4e35e8ae-c28d-436b-80b6-b90997d6a861", "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:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-4e35e8ae-c28d-436b-80b6-b90997d6a861" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-85db7719-d5b3-477f-8661-d3bfe7dc4b9b" }, { "name": "Retrieve a contact", "id": "a7ec9fd2-80ae-4e4f-bee0-3cddefc41716", "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=last_name&fields=emails&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "last_name" }, { "description": "Fields to return", "key": "fields", "value": "emails" }, { "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": "19895d32-93bf-4f4c-962b-a86bbd417ffc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "63dbc6af-ca6c-444a-8c49-aa54f059d644", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "89442bbf-84aa-429d-a3f8-116b18c2bbc1", "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=emails&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "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\": \"HOME\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"officia2\": true,\n \"ex_e1\": 91252466\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-89442bbf-84aa-429d-a3f8-116b18c2bbc1" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-a7ec9fd2-80ae-4e4f-bee0-3cddefc41716" }, { "name": "Update a contact", "id": "2e82ed43-95c3-4f70-8402-a05b3c95970b", "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\": \"HOME\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"officia2\": true,\n \"ex_e1\": 91252466\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=last_name&fields=emails&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "last_name" }, { "description": "Fields to return", "key": "fields", "value": "emails" }, { "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": "fe6fff2c-7587-4128-9f3b-ef66f2f0f077", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "85e5716a-a620-4068-a50b-697d07acb2eb", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "d88aac9f-0918-4dad-bf97-6d267e7759ad", "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\": \"HOME\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"officia2\": true,\n \"ex_e1\": 91252466\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=emails&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "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\": \"HOME\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"officia2\": true,\n \"ex_e1\": 91252466\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-d88aac9f-0918-4dad-bf97-6d267e7759ad" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-2e82ed43-95c3-4f70-8402-a05b3c95970b" }, { "name": "Update a contact", "id": "5b898b4e-e50d-40bd-8f95-b0a8f43886f4", "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\": \"HOME\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"officia2\": true,\n \"ex_e1\": 91252466\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=last_name&fields=emails&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "last_name" }, { "description": "Fields to return", "key": "fields", "value": "emails" }, { "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": "a5f98b55-9228-497a-900b-061c4267ad8e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "77659b04-cc9b-4dda-9957-0eacebc92fc7", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "e4ff9962-1f45-4554-9b36-50778ffd863f", "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\": \"HOME\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"officia2\": true,\n \"ex_e1\": 91252466\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=emails&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "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\": \"HOME\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"officia2\": true,\n \"ex_e1\": 91252466\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-e4ff9962-1f45-4554-9b36-50778ffd863f" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-5b898b4e-e50d-40bd-8f95-b0a8f43886f4" } ], "id": "4f28d604-b571-49ea-a7b9-2f124f7fb4e3", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-4f28d604-b571-49ea-a7b9-2f124f7fb4e3" }, { "name": "List all contacts", "id": "a150294d-8756-402e-a972-0a22fd08f3a3", "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=last_name&fields=emails&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": "last_name" }, { "description": "Fields to return", "key": "fields", "value": "emails" }, { "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": "4d8521c4-650f-46a0-a246-fa4cf2934170", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "7d6f56dd-ebe5-4a2e-affe-7792e154d567", "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=emails&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": "emails" }, { "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\": \"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\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"adipisicing466\": -81657406,\n \"exd9\": \"eiusmod proident consectetur mollit\"\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\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\": \"NUMBER\",\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 \"raw\": {\n \"id__0\": 24910132\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-7d6f56dd-ebe5-4a2e-affe-7792e154d567" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-a150294d-8756-402e-a972-0a22fd08f3a3" }, { "name": "Create a contact", "id": "264a5e99-fe0e-4a7c-b938-5df316007cba", "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\": \"HOME\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"officia2\": true,\n \"ex_e1\": 91252466\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=last_name&fields=emails&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "last_name" }, { "description": "Fields to return", "key": "fields", "value": "emails" }, { "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": "3c1a5dbc-98c3-48e2-b8e4-e078b49ce984", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "af25bd57-5133-43fa-99a1-3a6d504cffb5", "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\": \"HOME\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"officia2\": true,\n \"ex_e1\": 91252466\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=emails&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "contact" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "emails" }, { "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\": \"HOME\"\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\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"officia2\": true,\n \"ex_e1\": 91252466\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-af25bd57-5133-43fa-99a1-3a6d504cffb5" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-264a5e99-fe0e-4a7c-b938-5df316007cba" } ], "id": "83eefb82-6987-4676-bd2a-fe204cfd6e1b", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-83eefb82-6987-4676-bd2a-fe204cfd6e1b" } ], "id": "ad20c132-1eae-491e-bcc1-8b15c8adeace", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-ad20c132-1eae-491e-bcc1-8b15c8adeace" } ], "id": "46b05c54-1ef3-4573-ab1b-f1fcc48bce26", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-46b05c54-1ef3-4573-ab1b-f1fcc48bce26" }, { "name": "uc", "item": [ { "name": "{connection_id}", "item": [ { "name": "contact", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Contact", "id": "459aefa7-084a-46ef-b20c-5b7c18327f85", "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}}/uc/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":connection_id", "contact", ":id" ], "variable": [ { "id": "3987579a-bd48-4f79-aa57-619850add546", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "823b7afe-69de-46db-bb60-03ec30e52d7b", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "b50f84a0-0fe4-440c-9c35-244721418928", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/uc/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":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:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-b50f84a0-0fe4-440c-9c35-244721418928" }, { "id": "c1441c18-f6cd-46fc-8747-21e319de6640", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/uc/:connection_id/contact/:id", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":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:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-c1441c18-f6cd-46fc-8747-21e319de6640" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-459aefa7-084a-46ef-b20c-5b7c18327f85" }, { "name": "Retrieve a Contact", "id": "f1ad4668-f26e-4ef4-b167-64c156056147", "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}}/uc/:connection_id/contact/:id?fields=created_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "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": "f93ea988-b7bf-4aea-8b16-4956a181b348", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "64206194-8f9c-4681-9823-167e60f2120f", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "177880b9-d03c-4d15-9527-ec5a14412ce1", "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}}/uc/:connection_id/contact/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":connection_id", "contact", ":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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_d77\": -79512332,\n \"ea_214\": -284243\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-177880b9-d03c-4d15-9527-ec5a14412ce1" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-f1ad4668-f26e-4ef4-b167-64c156056147" }, { "name": "Update a Contact", "id": "e495f10a-29cf-406c-ae4b-8d5fdd616f86", "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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_d77\": -79512332,\n \"ea_214\": -284243\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/uc/:connection_id/contact/:id?fields=created_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "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": "065f26ad-4fe0-42d8-ab37-100840026027", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1c9e4e71-8c15-464d-a818-435ab52c0823", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "5880c8ed-4bad-4438-8255-569fe839d698", "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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_d77\": -79512332,\n \"ea_214\": -284243\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/uc/:connection_id/contact/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":connection_id", "contact", ":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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_d77\": -79512332,\n \"ea_214\": -284243\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-5880c8ed-4bad-4438-8255-569fe839d698" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-e495f10a-29cf-406c-ae4b-8d5fdd616f86" }, { "name": "Update a Contact", "id": "ac6e028d-e1ff-4bdb-9bae-5f7ae566b971", "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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_d77\": -79512332,\n \"ea_214\": -284243\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/uc/:connection_id/contact/:id?fields=created_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":connection_id", "contact", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "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": "7215da7b-72da-4038-a791-168bdc4f1fe2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2238bbfa-da87-498e-b5ed-96428dacf9f0", "key": "id", "value": "", "description": "(Required) ID of the Contact" } ] } }, "response": [ { "id": "65c05fc3-7abf-4339-9cd9-8b1c0cfcbdfa", "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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_d77\": -79512332,\n \"ea_214\": -284243\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/uc/:connection_id/contact/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":connection_id", "contact", ":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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_d77\": -79512332,\n \"ea_214\": -284243\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-65c05fc3-7abf-4339-9cd9-8b1c0cfcbdfa" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-ac6e028d-e1ff-4bdb-9bae-5f7ae566b971" } ], "id": "6d9f2af3-6b62-4861-a29f-1755508af714", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-6d9f2af3-6b62-4861-a29f-1755508af714" }, { "name": "List All Contacts", "id": "6623da8b-cb01-4c1d-b9dd-e1a72861b590", "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}}/uc/:connection_id/contact?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&fields=created_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":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 user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "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": "aec3dd2f-99e3-460d-8568-09b5dfcc905b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "047f1012-0552-4167-ab03-8c5e443eb118", "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}}/uc/:connection_id/contact?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":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 user/employee ID to filter by (reference to HrisEmployee)", "key": "user_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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodo_5d\": true\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"pariaturac3\": \"amet Duis non in\",\n \"utd\": 80429312.42596528,\n \"dolor_7e\": true,\n \"exercitation3c\": -95565609\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-047f1012-0552-4167-ab03-8c5e443eb118" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-6623da8b-cb01-4c1d-b9dd-e1a72861b590" }, { "name": "Create a Contact", "id": "08e7368d-ccaa-405e-8337-fd63005c1888", "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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_d77\": -79512332,\n \"ea_214\": -284243\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/uc/:connection_id/contact?fields=created_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":connection_id", "contact" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "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": "b89cb59c-ad97-4566-bab8-116205ac7397", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "d6ad761b-03a2-40b4-a18e-ace046f475ef", "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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_d77\": -79512332,\n \"ea_214\": -284243\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/uc/:connection_id/contact?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "uc", ":connection_id", "contact" ], "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 \"company\": \"\",\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_d77\": -79512332,\n \"ea_214\": -284243\n },\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-d6ad761b-03a2-40b4-a18e-ace046f475ef" } ], "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-08e7368d-ccaa-405e-8337-fd63005c1888" } ], "id": "71706940-daf5-4d72-8a91-f0a89d58422a", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-71706940-daf5-4d72-8a91-f0a89d58422a" } ], "id": "c5693212-70df-4b14-82b6-68f722f95804", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-c5693212-70df-4b14-82b6-68f722f95804" } ], "id": "18f42b72-0a5c-4dd4-a37f-1da67919400f", "createdAt": "2026-07-28T03:23:29.000Z", "updatedAt": "2026-07-28T03:23:29.000Z", "uid": "35240-18f42b72-0a5c-4dd4-a37f-1da67919400f" } ], "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" } ] }