{ "info": { "_postman_id": "ae963555-2aa2-40f7-8bd8-b018186b32cb", "name": "Unified.to account company 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:26.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "lastUpdatedBy": "35240", "uid": "35240-ae963555-2aa2-40f7-8bd8-b018186b32cb" }, "item": [ { "name": "ats", "item": [ { "name": "{connection_id}", "item": [ { "name": "company", "item": [ { "name": "{id}", "item": [ { "name": "Remove a company", "id": "2f02ac38-8198-4309-9a72-878298c6bedc", "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}}/ats/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "variable": [ { "id": "0728695a-4bfe-494e-beac-c4bad0d6e386", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c143b02e-a9c0-44b5-9268-53729aa1cea5", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "b9506df5-f307-4e7d-9563-c0e030d41e18", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-b9506df5-f307-4e7d-9563-c0e030d41e18" }, { "id": "f76c62e2-e010-4ace-96d4-9d04e96be04d", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-f76c62e2-e010-4ace-96d4-9d04e96be04d" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-2f02ac38-8198-4309-9a72-878298c6bedc" }, { "name": "Retrieve a company", "id": "4a8179fd-4b86-4efa-b447-cd222c2799df", "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}}/ats/:connection_id/company/:id?fields=name&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "372d3202-2728-470a-abfc-08f86623532c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "48f9b54a-9385-4f52-815c-5a595a36eba5", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "b067a9eb-0362-4299-b7c0-1e044ef64e80", "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}}/ats/:connection_id/company/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"ad_c\": 37468046.35215169,\n \"consequat1\": -67237516.295706,\n \"esse_681\": 21593675.85618353\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-b067a9eb-0362-4299-b7c0-1e044ef64e80" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-4a8179fd-4b86-4efa-b447-cd222c2799df" }, { "name": "Update a company", "id": "b1161303-7900-4a9a-9031-c417edbc514c", "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"ad_c\": 37468046.35215169,\n \"consequat1\": -67237516.295706,\n \"esse_681\": 21593675.85618353\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/company/:id?fields=name&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "b21a4239-c64c-4886-a74a-1d3fc21be281", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "99b1f9f3-ff00-4a0c-b8b1-de6c9105683f", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "15ff9244-33c6-419e-915f-bd50e279569a", "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"ad_c\": 37468046.35215169,\n \"consequat1\": -67237516.295706,\n \"esse_681\": 21593675.85618353\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/company/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"ad_c\": 37468046.35215169,\n \"consequat1\": -67237516.295706,\n \"esse_681\": 21593675.85618353\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-15ff9244-33c6-419e-915f-bd50e279569a" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-b1161303-7900-4a9a-9031-c417edbc514c" }, { "name": "Update a company", "id": "b0b4ca90-1781-4f77-a540-2190bd643aa2", "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"ad_c\": 37468046.35215169,\n \"consequat1\": -67237516.295706,\n \"esse_681\": 21593675.85618353\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/company/:id?fields=name&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "7110d937-daf6-44e7-9ba8-a223073c88a7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "95f7e2e4-b129-4472-8811-70856eb858b8", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "368e1c66-c896-4d05-a508-53fe9290e7c0", "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"ad_c\": 37468046.35215169,\n \"consequat1\": -67237516.295706,\n \"esse_681\": 21593675.85618353\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/company/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"ad_c\": 37468046.35215169,\n \"consequat1\": -67237516.295706,\n \"esse_681\": 21593675.85618353\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-368e1c66-c896-4d05-a508-53fe9290e7c0" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-b0b4ca90-1781-4f77-a540-2190bd643aa2" } ], "id": "773f3475-5d6c-4465-be8c-7dd7fffcce70", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-773f3475-5d6c-4465-be8c-7dd7fffcce70" }, { "name": "List all companies", "id": "282b6104-2ea9-495c-ae9e-fab75a64200f", "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}}/ats/:connection_id/company?limit=&offset=&updated_gte=&sort=&order=&query=&fields=name&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "4a65de9a-8c4d-4f88-ac19-7cf6a380308a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bf1dc71a-7d1b-4297-9cd0-3266a5e52f9a", "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}}/ats/:connection_id/company?limit=&offset=&updated_gte=&sort=&order=&query=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"dolore_d3\": -7611378.040884227,\n \"velit0\": true\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n },\n {\n \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"non_592\": -18180809\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-bf1dc71a-7d1b-4297-9cd0-3266a5e52f9a" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-282b6104-2ea9-495c-ae9e-fab75a64200f" }, { "name": "Create a company", "id": "16410f67-8377-4e61-948e-c8b457856bdc", "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"ad_c\": 37468046.35215169,\n \"consequat1\": -67237516.295706,\n \"esse_681\": 21593675.85618353\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/company?fields=name&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "3a8c706d-cf8f-4947-ac0d-9f7227e4bc25", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "0a555592-4351-449b-85b6-ad114ad350a3", "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"ad_c\": 37468046.35215169,\n \"consequat1\": -67237516.295706,\n \"esse_681\": 21593675.85618353\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/company?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"name\": \"\",\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"ad_c\": 37468046.35215169,\n \"consequat1\": -67237516.295706,\n \"esse_681\": 21593675.85618353\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-0a555592-4351-449b-85b6-ad114ad350a3" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-16410f67-8377-4e61-948e-c8b457856bdc" } ], "id": "86dc5de5-41a3-4a84-81c8-fc33212f164e", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-86dc5de5-41a3-4a84-81c8-fc33212f164e" } ], "id": "7775dfe0-3a9e-4c6e-999c-09d38ade15f1", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-7775dfe0-3a9e-4c6e-999c-09d38ade15f1" } ], "id": "bc56b8f3-c333-4a84-ae4d-4d75491a7e67", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-bc56b8f3-c333-4a84-ae4d-4d75491a7e67" }, { "name": "crm", "item": [ { "name": "{connection_id}", "item": [ { "name": "company", "item": [ { "name": "{id}", "item": [ { "name": "Remove a company", "id": "aa0421e3-2350-4ab2-8c83-141af2c7fda9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "variable": [ { "id": "a008ea80-0e2a-4d7d-8900-a1d3f486d9bd", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2e1a8d29-7884-4839-a9ff-41481e6e2971", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "773077d0-eded-4378-a48d-41bdbb8e5574", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-773077d0-eded-4378-a48d-41bdbb8e5574" }, { "id": "e437e09f-7e4d-4476-8731-6ba50b05b540", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-e437e09f-7e4d-4476-8731-6ba50b05b540" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-aa0421e3-2350-4ab2-8c83-141af2c7fda9" }, { "name": "Retrieve a company", "id": "7ba418c4-106d-4f7c-bb8b-1e847d043423", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id?fields=timezone&fields=industry&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "timezone" }, { "description": "Fields to return", "key": "fields", "value": "industry" }, { "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": "5786751d-5b24-4118-abd8-13f6a8df4d5a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "60eefbbe-4129-42e5-a8fa-74aee9f68b8e", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "b39a4f67-4375-475b-bb07-a175fada3092", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id?fields=industry&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "industry" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumd6\": \"ut nostrud\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-b39a4f67-4375-475b-bb07-a175fada3092" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-7ba418c4-106d-4f7c-bb8b-1e847d043423" }, { "name": "Update a company", "id": "a89c0d09-cd4d-4c01-b92e-0e0048d1169a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumd6\": \"ut nostrud\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id?fields=timezone&fields=industry&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "timezone" }, { "description": "Fields to return", "key": "fields", "value": "industry" }, { "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": "161f2a37-9015-4b97-aa3f-d148b1374000", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ff9e09df-90ce-452b-8bf0-96772426716c", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "bf7a46b9-afde-42f9-88c3-900a913b185b", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumd6\": \"ut nostrud\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id?fields=industry&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "industry" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumd6\": \"ut nostrud\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-bf7a46b9-afde-42f9-88c3-900a913b185b" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-a89c0d09-cd4d-4c01-b92e-0e0048d1169a" }, { "name": "Update a company", "id": "df7d6148-c9de-4d45-b19c-29d87eb5930d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumd6\": \"ut nostrud\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id?fields=timezone&fields=industry&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "timezone" }, { "description": "Fields to return", "key": "fields", "value": "industry" }, { "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": "ca809e72-ed3b-4b67-a6e3-a8d9b8dfe879", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4dd6afd3-0442-4d6b-9beb-a9c1239dbc32", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "9cac6b54-0e52-4f5d-85c0-7da8ac9e628b", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumd6\": \"ut nostrud\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company/:id?fields=industry&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "industry" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumd6\": \"ut nostrud\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-9cac6b54-0e52-4f5d-85c0-7da8ac9e628b" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-df7d6148-c9de-4d45-b19c-29d87eb5930d" } ], "id": "90150162-9949-4834-a8bd-945310934589", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-90150162-9949-4834-a8bd-945310934589" }, { "name": "List all companies", "id": "b8e57464-ceae-4562-aaf4-9ea906a85e66", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/company?limit=&offset=&updated_gte=&sort=&order=&query=&deal_id=&contact_id=&user_id=&fields=timezone&fields=industry&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The deal ID to filter by (reference to CrmDeal)", "key": "deal_id", "value": "" }, { "description": "The contact ID to filter by (reference to CrmContact)", "key": "contact_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "timezone" }, { "description": "Fields to return", "key": "fields", "value": "industry" }, { "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": "276e83cc-8b93-466d-b4c6-25d235f0be90", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "37412287-b46e-431b-94bb-84daf9d8b08f", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/crm/:connection_id/company?limit=&offset=&updated_gte=&sort=&order=&query=&deal_id=&contact_id=&user_id=&fields=industry&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The deal ID to filter by (reference to CrmDeal)", "key": "deal_id", "value": "" }, { "description": "The contact ID to filter by (reference to CrmContact)", "key": "contact_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "industry" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"eiusmod43\": false\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"consectetureff\": false\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-37412287-b46e-431b-94bb-84daf9d8b08f" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-b8e57464-ceae-4562-aaf4-9ea906a85e66" }, { "name": "Create a company", "id": "7ab5a13d-df54-4de0-8669-831444ae3bc7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumd6\": \"ut nostrud\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company?fields=timezone&fields=industry&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "timezone" }, { "description": "Fields to return", "key": "fields", "value": "industry" }, { "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": "fb150e98-45d1-4ba7-8a07-dffead4a73d2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "755fad8a-00e2-4b40-aee8-496f788b3271", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumd6\": \"ut nostrud\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/crm/:connection_id/company?fields=industry&raw=", "host": [ "{{baseUrl}}" ], "path": [ "crm", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "industry" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"deal_ids\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"domains\": [\n \"\",\n \"\"\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"employees\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"is_active\": \"\",\n \"link_urls\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"raw\": {\n \"ipsumd6\": \"ut nostrud\"\n },\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n }\n ],\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"websites\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-755fad8a-00e2-4b40-aee8-496f788b3271" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-7ab5a13d-df54-4de0-8669-831444ae3bc7" } ], "id": "d8295ceb-6b1a-4086-b479-87b0272251ff", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-d8295ceb-6b1a-4086-b479-87b0272251ff" } ], "id": "db73f8eb-f788-454d-adea-387c48ab47bc", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-db73f8eb-f788-454d-adea-387c48ab47bc" } ], "id": "00204f2d-ffe8-4450-aaad-968d3bc40047", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-00204f2d-ffe8-4450-aaad-968d3bc40047" }, { "name": "enrich", "item": [ { "name": "{connection_id}", "item": [ { "name": "company", "item": [ { "name": "Retrieve Enrichment Information for a Company", "id": "0c67d3b2-b50d-4495-96c4-17359d366733", "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}}/enrich/:connection_id/company?domain=&name=", "host": [ "{{baseUrl}}" ], "path": [ "enrich", ":connection_id", "company" ], "query": [ { "description": "The domain of the company to search", "key": "domain", "value": "" }, { "description": "The name of the company to search", "key": "name", "value": "" } ], "variable": [ { "id": "0f58ec47-8221-4630-bbf3-549717aca70d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "dc43ec5b-48ea-4924-897a-0af8994314e1", "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}}/enrich/:connection_id/company?domain=&name=", "host": [ "{{baseUrl}}" ], "path": [ "enrich", ":connection_id", "company" ], "query": [ { "description": "The domain of the company to search", "key": "domain", "value": "" }, { "description": "The name of the company to search", "key": "name", "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 \"alexa_rank\": \"\",\n \"created_at\": \"\",\n \"crunchbase_url\": \"\",\n \"description\": \"\",\n \"domain\": \"\",\n \"employees\": \"\",\n \"exchange\": \"\",\n \"facebook_url\": \"\",\n \"id\": \"\",\n \"industry\": \"\",\n \"instagram_url\": \"\",\n \"linkedin_url\": \"\",\n \"logo_url\": \"\",\n \"naics_code\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"laborisa8\": 22559350.500477657,\n \"Excepteur_\": 46367688.02518511,\n \"qui_c10\": 13855251.723493248\n },\n \"revenue\": \"\",\n \"sic_code\": \"\",\n \"stock\": \"\",\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"twitter_handle\": \"\",\n \"twitter_url\": \"\",\n \"updated_at\": \"\",\n \"year_founded\": \"\",\n \"yelp_url\": \"\",\n \"youtube_url\": \"\"\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-dc43ec5b-48ea-4924-897a-0af8994314e1" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-0c67d3b2-b50d-4495-96c4-17359d366733" } ], "id": "079113dd-ff6f-4fa5-9f93-e93030e76be8", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-079113dd-ff6f-4fa5-9f93-e93030e76be8" } ], "id": "01b483e2-2f14-41fa-a9a1-41671edd3b04", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-01b483e2-2f14-41fa-a9a1-41671edd3b04" } ], "id": "8ae8ea25-ff9a-44c0-a7d0-5c13e3759449", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-8ae8ea25-ff9a-44c0-a7d0-5c13e3759449" }, { "name": "hris", "item": [ { "name": "{connection_id}", "item": [ { "name": "company", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Company", "id": "1aa7c9b2-0683-4e00-931c-2e73dc1724e5", "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}}/hris/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "variable": [ { "id": "9125679c-4266-479e-a14b-deccb3f7a621", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b9e9598a-d163-488d-8973-b89c83c49798", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "b72cee41-5fde-4529-9d12-905fd3b0e2f8", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-b72cee41-5fde-4529-9d12-905fd3b0e2f8" }, { "id": "8feb54e9-fb97-48a1-b1be-112322b977bb", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-8feb54e9-fb97-48a1-b1be-112322b977bb" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-1aa7c9b2-0683-4e00-931c-2e73dc1724e5" }, { "name": "Retrieve a Company", "id": "4983df5c-ab94-461d-92e7-dfcd57ebc9df", "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}}/hris/:connection_id/company/:id?fields=name&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "3416b018-bc59-4453-9c56-56b961280064", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ec40498f-5b4e-486c-8fb3-93230d5e12ec", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "515e896a-2713-4440-b2a0-b5ecb7fae8f9", "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}}/hris/:connection_id/company/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_0d7\": 96515754,\n \"magna_ef9\": \"sed ea voluptate fugiat\"\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-515e896a-2713-4440-b2a0-b5ecb7fae8f9" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-4983df5c-ab94-461d-92e7-dfcd57ebc9df" }, { "name": "Update a Company", "id": "059100df-e5e2-41ce-be77-f49e89c40119", "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_0d7\": 96515754,\n \"magna_ef9\": \"sed ea voluptate fugiat\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id?fields=name&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "03803057-4cff-4586-bd15-1063d53784eb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1b645fff-789f-4e42-80b6-d389f92f910c", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "7b8a84e5-62db-49cd-97ce-bf4b786f074f", "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_0d7\": 96515754,\n \"magna_ef9\": \"sed ea voluptate fugiat\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_0d7\": 96515754,\n \"magna_ef9\": \"sed ea voluptate fugiat\"\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-7b8a84e5-62db-49cd-97ce-bf4b786f074f" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-059100df-e5e2-41ce-be77-f49e89c40119" }, { "name": "Update a Company", "id": "434a17df-efb0-4376-9d29-0616011bc8f7", "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_0d7\": 96515754,\n \"magna_ef9\": \"sed ea voluptate fugiat\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id?fields=name&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "96dcd5df-0f60-4e42-9a88-65f14960f60b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "43f8db50-8e40-41a8-a324-c5ae1878d264", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "335c1e37-f3d3-42cc-9480-f9a03b83c716", "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_0d7\": 96515754,\n \"magna_ef9\": \"sed ea voluptate fugiat\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_0d7\": 96515754,\n \"magna_ef9\": \"sed ea voluptate fugiat\"\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-335c1e37-f3d3-42cc-9480-f9a03b83c716" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-434a17df-efb0-4376-9d29-0616011bc8f7" } ], "id": "6f6dc8b4-e484-466a-9700-f86c879a218f", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-6f6dc8b4-e484-466a-9700-f86c879a218f" }, { "name": "List All Companies", "id": "2ae6632a-10b7-4a44-99e8-e83bb0741374", "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}}/hris/:connection_id/company?limit=&offset=&updated_gte=&sort=&order=&query=&fields=name&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "5546f139-f1c6-43e9-bc60-e8dac4ab0254", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "4f1a48b4-7a82-413d-960d-c108efa8e407", "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}}/hris/:connection_id/company?limit=&offset=&updated_gte=&sort=&order=&query=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"incididunte85\": \"adipisicing sint\"\n },\n \"updated_at\": \"\"\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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolor_9_\": -35677995.86746285,\n \"eiusmodfed\": 30487167.168504164,\n \"veniamaf\": 89712085\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-4f1a48b4-7a82-413d-960d-c108efa8e407" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-2ae6632a-10b7-4a44-99e8-e83bb0741374" }, { "name": "Create a Company", "id": "0e5c9f10-9048-4878-9087-a0cdc4948d44", "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_0d7\": 96515754,\n \"magna_ef9\": \"sed ea voluptate fugiat\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company?fields=name&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "e8e63d20-b9d6-4ca2-949b-64045bfa21c3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b0e03c05-fd16-4f09-8401-bb728927f8b8", "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_0d7\": 96515754,\n \"magna_ef9\": \"sed ea voluptate fugiat\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/company?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"created_at\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_0d7\": 96515754,\n \"magna_ef9\": \"sed ea voluptate fugiat\"\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-b0e03c05-fd16-4f09-8401-bb728927f8b8" } ], "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-0e5c9f10-9048-4878-9087-a0cdc4948d44" } ], "id": "2e65885e-09c1-4706-90e2-dae4ac4dea03", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-2e65885e-09c1-4706-90e2-dae4ac4dea03" } ], "id": "9255444c-2454-464a-b15a-8083d813706b", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-9255444c-2454-464a-b15a-8083d813706b" } ], "id": "9f539b58-eb5f-48fd-bf97-254586150264", "createdAt": "2026-07-28T03:23:27.000Z", "updatedAt": "2026-07-28T03:23:27.000Z", "uid": "35240-9f539b58-eb5f-48fd-bf97-254586150264" } ], "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" } ] }