{ "info": { "_postman_id": "e3839eb8-699f-4bbb-9856-d2bd29c71a65", "name": "Unified.to account candidate 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:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "lastUpdatedBy": "35240", "uid": "35240-e3839eb8-699f-4bbb-9856-d2bd29c71a65" }, "item": [ { "name": "ats", "item": [ { "name": "{connection_id}", "item": [ { "name": "candidate", "item": [ { "name": "{id}", "item": [ { "name": "Remove a candidate", "id": "d94c9f0e-de95-45fd-938c-b2cd48473c76", "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/candidate/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "variable": [ { "id": "6cdb72c9-2628-43a7-b31b-9c758649c852", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5e0f7d53-9e98-4fe6-8ec1-e18eba3ad51b", "key": "id", "value": "", "description": "(Required) ID of the Candidate" } ] } }, "response": [ { "id": "ed18abe3-d357-4697-b1ba-714df80ddd46", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/candidate/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-ed18abe3-d357-4697-b1ba-714df80ddd46" }, { "id": "5976451a-3801-44c3-8bba-fd6aa669a994", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/candidate/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":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:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-5976451a-3801-44c3-8bba-fd6aa669a994" } ], "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-d94c9f0e-de95-45fd-938c-b2cd48473c76" }, { "name": "Retrieve a candidate", "id": "30712779-5c2e-413c-8305-9ee6cfa2641d", "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/candidate/:id?fields=tags&fields=origin&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "description": "Fields to return", "key": "fields", "value": "origin" }, { "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": "76004fc1-8b16-48c1-a9d0-f8273ac06f2c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8b4257a7-db3c-4be9-8585-1988aff328e4", "key": "id", "value": "", "description": "(Required) ID of the Candidate" } ] } }, "response": [ { "id": "3f79f898-2eb9-4b3b-a751-fbf69c459d16", "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/candidate/:id?fields=origin&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "origin" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"SOURCED\",\n \"raw\": {\n \"utac7\": \"do eu in ut\",\n \"Ut6b5\": true\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-3f79f898-2eb9-4b3b-a751-fbf69c459d16" } ], "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-30712779-5c2e-413c-8305-9ee6cfa2641d" }, { "name": "Update a candidate", "id": "23fbb2a8-3c01-4cb5-a767-42a76104b069", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"SOURCED\",\n \"raw\": {\n \"utac7\": \"do eu in ut\",\n \"Ut6b5\": true\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/candidate/:id?fields=tags&fields=origin&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "description": "Fields to return", "key": "fields", "value": "origin" }, { "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": "57321d57-1793-4cae-84e8-cd543836e7b5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9c98eff5-d864-41de-b66e-49d3475e57fc", "key": "id", "value": "", "description": "(Required) ID of the Candidate" } ] } }, "response": [ { "id": "00704cc4-e90c-4f8e-b5cb-00ef9b622c61", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"SOURCED\",\n \"raw\": {\n \"utac7\": \"do eu in ut\",\n \"Ut6b5\": true\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/candidate/:id?fields=origin&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "origin" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"SOURCED\",\n \"raw\": {\n \"utac7\": \"do eu in ut\",\n \"Ut6b5\": true\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-00704cc4-e90c-4f8e-b5cb-00ef9b622c61" } ], "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-23fbb2a8-3c01-4cb5-a767-42a76104b069" }, { "name": "Update a candidate", "id": "8b1bcc78-b692-4c11-b453-90dc848c466a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"SOURCED\",\n \"raw\": {\n \"utac7\": \"do eu in ut\",\n \"Ut6b5\": true\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/candidate/:id?fields=tags&fields=origin&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "description": "Fields to return", "key": "fields", "value": "origin" }, { "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": "a0c12fa6-4393-47fe-8bf3-fde1728e4b1f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5b0f348a-7472-4f43-b36a-d8734de8370e", "key": "id", "value": "", "description": "(Required) ID of the Candidate" } ] } }, "response": [ { "id": "bd0788ee-ef60-41c0-9025-e8a5a425adf4", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"SOURCED\",\n \"raw\": {\n \"utac7\": \"do eu in ut\",\n \"Ut6b5\": true\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/candidate/:id?fields=origin&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "origin" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"SOURCED\",\n \"raw\": {\n \"utac7\": \"do eu in ut\",\n \"Ut6b5\": true\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-bd0788ee-ef60-41c0-9025-e8a5a425adf4" } ], "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-8b1bcc78-b692-4c11-b453-90dc848c466a" } ], "id": "b88bf558-5e5a-46a2-b687-5c76fbc188a9", "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-b88bf558-5e5a-46a2-b687-5c76fbc188a9" }, { "name": "List all candidates", "id": "1a12f641-5a5e-4766-84e8-25d925ab933b", "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/candidate?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&fields=tags&fields=origin&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate" ], "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 AtsCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "tags" }, { "description": "Fields to return", "key": "fields", "value": "origin" }, { "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": "f8802d8b-6fae-4a8a-9bcf-6b3b48ac1b0c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "4e91c0a1-ec8b-451b-9cd7-d6d1ef90194b", "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/candidate?limit=&offset=&updated_gte=&sort=&order=&query=&company_id=&fields=origin&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate" ], "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 AtsCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "origin" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"APPLIED\",\n \"raw\": {\n \"tempor_24\": 41502163,\n \"deserunt_10f\": 31377315.837855905,\n \"voluptate_6\": 92851232\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\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 \"web_url\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"CURRENCY\",\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 \"origin\": \"SOURCED\",\n \"raw\": {\n \"ad36c\": true,\n \"commodo2\": 87298074,\n \"labore__fc\": \"voluptate in sint\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"MOBILE\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-4e91c0a1-ec8b-451b-9cd7-d6d1ef90194b" } ], "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-1a12f641-5a5e-4766-84e8-25d925ab933b" }, { "name": "Create a candidate", "id": "205c1eac-1b78-4b5a-9055-76666e63bd52", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"SOURCED\",\n \"raw\": {\n \"utac7\": \"do eu in ut\",\n \"Ut6b5\": true\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/candidate?fields=tags&fields=origin&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "description": "Fields to return", "key": "fields", "value": "origin" }, { "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": "58077d61-9249-4c36-b6d1-dbf858c84680", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b5d7f3da-142d-4c82-a217-6dd6b9e624ee", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"SOURCED\",\n \"raw\": {\n \"utac7\": \"do eu in ut\",\n \"Ut6b5\": true\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/candidate?fields=origin&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "origin" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"company_id\": \"\",\n \"company_name\": \"\",\n \"created_at\": \"\",\n \"date_of_birth\": \"\",\n \"education\": [\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n },\n {\n \"degree\": \"\",\n \"end_at\": \"\",\n \"field_of_study\": \"\",\n \"institution\": \"\",\n \"level\": \"\",\n \"start_at\": \"\"\n }\n ],\n \"emails\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"experiences\": [\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n },\n {\n \"company_name\": \"\",\n \"end_at\": \"\",\n \"start_at\": \"\",\n \"title\": \"\"\n }\n ],\n \"external_identifier\": \"\",\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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"SOURCED\",\n \"raw\": {\n \"utac7\": \"do eu in ut\",\n \"Ut6b5\": true\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"FAX\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-b5d7f3da-142d-4c82-a217-6dd6b9e624ee" } ], "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-205c1eac-1b78-4b5a-9055-76666e63bd52" } ], "id": "2f0dd362-3c32-45e9-b29e-937f48d850b7", "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-2f0dd362-3c32-45e9-b29e-937f48d850b7" } ], "id": "03dc7559-697d-472a-9207-c51494871629", "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-03dc7559-697d-472a-9207-c51494871629" } ], "id": "cd3c04f5-9327-45ba-a407-fcdaf3a7f3db", "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:58.000Z", "uid": "35240-cd3c04f5-9327-45ba-a407-fcdaf3a7f3db" } ], "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" } ] }