{ "info": { "_postman_id": "50296470-18c4-4703-9d52-372c4c20a3a0", "name": "Unified.to account ats 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:44.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "lastUpdatedBy": "35240", "uid": "35240-50296470-18c4-4703-9d52-372c4c20a3a0" }, "item": [ { "name": "ats", "item": [ { "name": "{connection_id}", "item": [ { "name": "activity", "item": [ { "name": "{id}", "item": [ { "name": "Remove an activity", "id": "361acb58-b76f-4bd3-832d-f85172999f6e", "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/activity/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "variable": [ { "id": "9e20418a-5413-443f-a4af-c15352747b74", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a9fc4f5f-4dde-4b1c-a311-eb3a486890b8", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "489cdb75-bcaa-4e77-b3e3-4f84260bd906", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-489cdb75-bcaa-4e77-b3e3-4f84260bd906" }, { "id": "05ad6fad-a745-4273-a28f-cbeea957889f", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-05ad6fad-a745-4273-a28f-cbeea957889f" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-361acb58-b76f-4bd3-832d-f85172999f6e" }, { "name": "Retrieve an activity", "id": "3d868c2d-6f14-4cf3-84fc-280bc75497c1", "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/activity/:id?fields=description&fields=application_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "description": "Fields to return", "key": "fields", "value": "application_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "246e930c-2f8b-49bd-b73f-753d653d2fee", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d27f6ef4-fedc-4a8e-8db6-8b6142933e6a", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "b1148c32-5909-4ea6-bbf5-b0c4ca4ff279", "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/activity/:id?fields=application_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "application_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"aliquad5\": -45120919,\n \"laborum_b1\": 44877642\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-b1148c32-5909-4ea6-bbf5-b0c4ca4ff279" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-3d868c2d-6f14-4cf3-84fc-280bc75497c1" }, { "name": "Update an activity", "id": "809c25d6-1836-4240-a340-65d29f0a2f23", "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 \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"aliquad5\": -45120919,\n \"laborum_b1\": 44877642\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id?fields=description&fields=application_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "description": "Fields to return", "key": "fields", "value": "application_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "04b61406-2779-4155-b9ad-e55b1e4074ff", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d9c46504-9589-46ed-8fbf-e9921d1434db", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "439ab1c1-2f80-49ee-9b3d-190f68479c5e", "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 \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"aliquad5\": -45120919,\n \"laborum_b1\": 44877642\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id?fields=application_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "application_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"aliquad5\": -45120919,\n \"laborum_b1\": 44877642\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-439ab1c1-2f80-49ee-9b3d-190f68479c5e" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-809c25d6-1836-4240-a340-65d29f0a2f23" }, { "name": "Update an activity", "id": "30003efb-a7c1-4789-8df6-a092bf7e538a", "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 \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"aliquad5\": -45120919,\n \"laborum_b1\": 44877642\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id?fields=description&fields=application_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "description": "Fields to return", "key": "fields", "value": "application_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "d5c56218-01ce-4a39-9dbf-8085530ffd9d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "03a6f4e3-c19d-4c18-b5e8-9e23925de4f3", "key": "id", "value": "", "description": "(Required) ID of the Activity" } ] } }, "response": [ { "id": "0ccbe7a4-fe72-496d-8aee-a30fc3d2f297", "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 \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"aliquad5\": -45120919,\n \"laborum_b1\": 44877642\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity/:id?fields=application_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "application_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"aliquad5\": -45120919,\n \"laborum_b1\": 44877642\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-0ccbe7a4-fe72-496d-8aee-a30fc3d2f297" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-30003efb-a7c1-4789-8df6-a092bf7e538a" } ], "id": "4720e951-48a4-459f-914f-64a48ce213e6", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-4720e951-48a4-459f-914f-64a48ce213e6" }, { "name": "List all activities", "id": "59c620d3-08d1-47e0-9a73-527630098d3f", "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/activity?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&application_id=&candidate_id=&job_id=&document_id=&interview_id=&type=&fields=description&fields=application_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The application ID to filter by", "key": "application_id", "value": "" }, { "description": "The candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "The job ID to filter by", "key": "job_id", "value": "" }, { "description": "The document ID to filter by", "key": "document_id", "value": "" }, { "description": "The interview ID to filter by", "key": "interview_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "description" }, { "description": "Fields to return", "key": "fields", "value": "application_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "23353185-0cff-4d61-a228-4f08de15b102", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e2b94e6f-8587-4e55-a631-672ed7d538a6", "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/activity?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&application_id=&candidate_id=&job_id=&document_id=&interview_id=&type=&fields=application_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The application ID to filter by", "key": "application_id", "value": "" }, { "description": "The candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "The job ID to filter by", "key": "job_id", "value": "" }, { "description": "The document ID to filter by", "key": "document_id", "value": "" }, { "description": "The interview ID to filter by", "key": "interview_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "application_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"cupidatat6e\": -59402157.91056218,\n \"laborumf03\": \"veniam Duis nisi\"\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"cillum0f\": \"commodo\",\n \"magnadc\": false,\n \"tempor__\": true\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-e2b94e6f-8587-4e55-a631-672ed7d538a6" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-59c620d3-08d1-47e0-9a73-527630098d3f" }, { "name": "Create an activity", "id": "d2822690-f7c4-4bda-857b-33e5d624ab93", "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 \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"aliquad5\": -45120919,\n \"laborum_b1\": 44877642\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity?fields=description&fields=application_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "description" }, { "description": "Fields to return", "key": "fields", "value": "application_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "b9cd46e2-4671-4b41-8ba1-7d55608fee4c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "91235509-697a-4ad2-8672-ab14387e4de5", "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 \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"aliquad5\": -45120919,\n \"laborum_b1\": 44877642\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/activity?fields=application_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "activity" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "application_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"bcc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"candidate_id\": \"\",\n \"cc\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"from\": {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"OTHER\"\n },\n \"id\": \"\",\n \"interview_id\": \"\",\n \"is_private\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"aliquad5\": -45120919,\n \"laborum_b1\": 44877642\n },\n \"sub_type\": \"\",\n \"title\": \"\",\n \"to\": [\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"type\": \"NOTE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-91235509-697a-4ad2-8672-ab14387e4de5" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-d2822690-f7c4-4bda-857b-33e5d624ab93" } ], "id": "0ea6df79-9d21-4871-b2f7-be1f7a3b41a2", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-0ea6df79-9d21-4871-b2f7-be1f7a3b41a2" }, { "name": "application", "item": [ { "name": "{id}", "item": [ { "name": "Remove an application", "id": "b8b5bee4-9857-4806-9e4c-8f8abb06aedd", "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/application/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application", ":id" ], "variable": [ { "id": "948dfb12-c8b9-4a49-8994-cec5f9ca4616", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "76a56412-7126-4f0b-8471-169697b71561", "key": "id", "value": "", "description": "(Required) ID of the Application" } ] } }, "response": [ { "id": "2ec6e89f-61c2-459b-84c4-219bacfd6cfb", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/application/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-2ec6e89f-61c2-459b-84c4-219bacfd6cfb" }, { "id": "421f2d38-c4eb-484e-8082-193f55e30f99", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/application/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-421f2d38-c4eb-484e-8082-193f55e30f99" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-b8b5bee4-9857-4806-9e4c-8f8abb06aedd" }, { "name": "Retrieve an application", "id": "a96e38b9-84a0-4782-8c7e-e83278bc12c4", "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/application/:id?fields=status&fields=original_status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "original_status" }, { "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": "976787d3-a7b9-4770-9a54-a08fe3d908de", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "57374a52-08bc-412d-aeba-0f9cf35ff72e", "key": "id", "value": "", "description": "(Required) ID of the Application" } ] } }, "response": [ { "id": "ff146f52-c194-433c-b90d-17157e338ed6", "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/application/:id?fields=original_status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "original_status" }, { "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"nulla883\": 54123703,\n \"et60\": \"incididunt fugiat in ut irure\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut031\": false,\n \"voluptatea7c\": 91520713\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"ACCEPTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur_1\": -23043818\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"BACKGROUND_CHECK\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-ff146f52-c194-433c-b90d-17157e338ed6" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-a96e38b9-84a0-4782-8c7e-e83278bc12c4" }, { "name": "Update an application", "id": "7b49d9b7-28d0-447b-a933-23ff12303145", "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"nulla883\": 54123703,\n \"et60\": \"incididunt fugiat in ut irure\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut031\": false,\n \"voluptatea7c\": 91520713\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"ACCEPTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur_1\": -23043818\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"BACKGROUND_CHECK\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/application/:id?fields=status&fields=original_status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "original_status" }, { "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": "5505b176-b8b9-4882-9743-56777373fe04", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a3edd556-679b-4be2-bff0-2bafd0c097b9", "key": "id", "value": "", "description": "(Required) ID of the Application" } ] } }, "response": [ { "id": "fd43a77d-7f64-489d-b7ce-c273b161dcf9", "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"nulla883\": 54123703,\n \"et60\": \"incididunt fugiat in ut irure\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut031\": false,\n \"voluptatea7c\": 91520713\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"ACCEPTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur_1\": -23043818\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"BACKGROUND_CHECK\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/application/:id?fields=original_status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "original_status" }, { "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"nulla883\": 54123703,\n \"et60\": \"incididunt fugiat in ut irure\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut031\": false,\n \"voluptatea7c\": 91520713\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"ACCEPTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur_1\": -23043818\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"BACKGROUND_CHECK\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-fd43a77d-7f64-489d-b7ce-c273b161dcf9" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-7b49d9b7-28d0-447b-a933-23ff12303145" }, { "name": "Update an application", "id": "6d7e07b7-3024-416c-afa0-7c7f8f2af981", "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"nulla883\": 54123703,\n \"et60\": \"incididunt fugiat in ut irure\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut031\": false,\n \"voluptatea7c\": 91520713\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"ACCEPTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur_1\": -23043818\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"BACKGROUND_CHECK\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/application/:id?fields=status&fields=original_status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "original_status" }, { "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": "ef3f410a-a0d3-42ec-a2a9-bf58b592dca4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "24dc61ae-ae53-47c5-adfa-d10a6f2d58c6", "key": "id", "value": "", "description": "(Required) ID of the Application" } ] } }, "response": [ { "id": "10524760-3bd3-4a9a-b9a1-a1b766dc85c6", "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"nulla883\": 54123703,\n \"et60\": \"incididunt fugiat in ut irure\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut031\": false,\n \"voluptatea7c\": 91520713\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"ACCEPTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur_1\": -23043818\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"BACKGROUND_CHECK\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/application/:id?fields=original_status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "original_status" }, { "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"nulla883\": 54123703,\n \"et60\": \"incididunt fugiat in ut irure\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut031\": false,\n \"voluptatea7c\": 91520713\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"ACCEPTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur_1\": -23043818\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"BACKGROUND_CHECK\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-10524760-3bd3-4a9a-b9a1-a1b766dc85c6" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-6d7e07b7-3024-416c-afa0-7c7f8f2af981" } ], "id": "3f785713-88b4-4429-9ff3-e53bf1961ffd", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-3f785713-88b4-4429-9ff3-e53bf1961ffd" }, { "name": "List all applications", "id": "03e6731b-6b34-438e-8219-5ec89f481cfd", "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/application?limit=&offset=&updated_gte=&sort=&order=&query=&job_id=&candidate_id=&company_id=&fields=status&fields=original_status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application" ], "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 job ID to filter by", "key": "job_id", "value": "" }, { "description": "The candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "The company ID to filter by (reference to AtsCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "original_status" }, { "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": "d23d4f0b-7e64-43d4-8a39-e5eb9c6881d4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b7522575-fd3c-4a1c-adb5-9964cd5e52f8", "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/application?limit=&offset=&updated_gte=&sort=&order=&query=&job_id=&candidate_id=&company_id=&fields=original_status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application" ], "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 job ID to filter by", "key": "job_id", "value": "" }, { "description": "The candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "The company ID to filter by (reference to AtsCompany)", "key": "company_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "original_status" }, { "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"anim_59\": false,\n \"ullamco_c68\": 4129803.8657421917,\n \"id_153\": \"veniam\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"SENT\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"amet_d2\": false\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"voluptate_98b\": -94846115\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"SECOND_INTERVIEW\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_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\": \"CURRENCY\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"labore_e\": \"exercitation sunt laboris aliqua\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"SENT\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"WEEK\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"eiusmod57\": 40386359.42196995\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"SENT\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"consequat_773\": -10800514.165928379,\n \"Excepteur_c\": false\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"SUBMITTED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-b7522575-fd3c-4a1c-adb5-9964cd5e52f8" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-03e6731b-6b34-438e-8219-5ec89f481cfd" }, { "name": "Create an application", "id": "8b9fb1d7-633e-414c-b6da-a84a1f7a8278", "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"nulla883\": 54123703,\n \"et60\": \"incididunt fugiat in ut irure\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut031\": false,\n \"voluptatea7c\": 91520713\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"ACCEPTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur_1\": -23043818\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"BACKGROUND_CHECK\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/application?fields=status&fields=original_status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "original_status" }, { "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": "1add53d9-29ac-4a82-8880-ae1cd9275904", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3afe79fc-20be-49e2-bf17-f41709b0e63f", "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"nulla883\": 54123703,\n \"et60\": \"incididunt fugiat in ut irure\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut031\": false,\n \"voluptatea7c\": 91520713\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"ACCEPTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur_1\": -23043818\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"BACKGROUND_CHECK\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/application?fields=original_status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "application" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "original_status" }, { "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 \"answers\": [\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n },\n {\n \"question_id\": \"\",\n \"answers\": [\n \"\",\n \"\"\n ],\n \"question\": \"\"\n }\n ],\n \"applied_at\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"hired_at\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"offers\": [\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"HOUR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"nulla883\": 54123703,\n \"et60\": \"incididunt fugiat in ut irure\"\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\"\n },\n {\n \"accepted_at\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n }\n ],\n \"created_at\": \"\",\n \"creator_user_id\": \"\",\n \"employee_user_id\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"ut031\": false,\n \"voluptatea7c\": 91520713\n },\n \"rejected_at\": \"\",\n \"sent_at\": \"\",\n \"start_at\": \"\",\n \"status\": \"ACCEPTED\",\n \"updated_at\": \"\"\n }\n ],\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur_1\": -23043818\n },\n \"rejected_at\": \"\",\n \"rejected_reason\": \"\",\n \"source\": \"\",\n \"status\": \"BACKGROUND_CHECK\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-3afe79fc-20be-49e2-bf17-f41709b0e63f" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-8b9fb1d7-633e-414c-b6da-a84a1f7a8278" } ], "id": "87c53b8d-70a0-417b-8ed7-de1a9540507b", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-87c53b8d-70a0-417b-8ed7-de1a9540507b" }, { "name": "applicationstatus", "item": [ { "name": "List all applicationstatuses", "id": "7fbc5444-df3d-417f-804c-ed23443079bc", "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/applicationstatus?limit=&offset=&updated_gte=&sort=&order=&query=&fields=id&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "applicationstatus" ], "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": "id" }, { "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": "f144c0d3-87e9-4353-bbcb-0ffdfd44f8be", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c47d6780-5ab5-4f09-8cc2-33749f7c10dc", "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/applicationstatus?limit=&offset=&updated_gte=&sort=&order=&query=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "applicationstatus" ], "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 \"description\": \"\",\n \"id\": \"\",\n \"original_status\": \"\",\n \"raw\": {\n \"pariatur0\": true,\n \"in796\": \"consequat sit mollit\"\n },\n \"status\": \"REVIEWING\"\n },\n {\n \"description\": \"\",\n \"id\": \"\",\n \"original_status\": \"\",\n \"raw\": {\n \"velit_2\": true,\n \"nulla9c\": true,\n \"pariatur_1\": 71251625.7594246\n },\n \"status\": \"SCREENING\"\n }\n]", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-c47d6780-5ab5-4f09-8cc2-33749f7c10dc" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-7fbc5444-df3d-417f-804c-ed23443079bc" } ], "id": "fda3d506-fa4b-4f12-93da-643188874b85", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-fda3d506-fa4b-4f12-93da-643188874b85" }, { "name": "candidate", "item": [ { "name": "{id}", "item": [ { "name": "Remove a candidate", "id": "08e9ccf1-87c2-4071-b4f8-2b819c516c58", "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": "d7c34603-ee74-43b7-8f06-d331a7d2a83a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2ed86758-3708-40ba-9c6e-58c480486ef1", "key": "id", "value": "", "description": "(Required) ID of the Candidate" } ] } }, "response": [ { "id": "1067df61-9170-4592-942a-23ce87db8f65", "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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-1067df61-9170-4592-942a-23ce87db8f65" }, { "id": "dc1b02e3-f368-4447-a41a-1f4864605f3b", "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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-dc1b02e3-f368-4447-a41a-1f4864605f3b" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-08e9ccf1-87c2-4071-b4f8-2b819c516c58" }, { "name": "Retrieve a candidate", "id": "3e302cd5-2b32-4333-aab0-526c234d125d", "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=first_name&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": "first_name" }, { "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": "506403ef-37a0-42e6-be8e-d794ad694fb7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "bb5c166f-224d-4a36-8c9f-b8335f980b60", "key": "id", "value": "", "description": "(Required) ID of the Candidate" } ] } }, "response": [ { "id": "be1d7a21-385d-4ba4-892d-a8cc971ed027", "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=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_name" }, { "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\": \"OTHER\"\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"nulla_054\": \"enim occaecat\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-be1d7a21-385d-4ba4-892d-a8cc971ed027" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-3e302cd5-2b32-4333-aab0-526c234d125d" }, { "name": "Update a candidate", "id": "3bb6aa8d-9b8b-400f-9df8-00783e20482a", "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\": \"OTHER\"\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"nulla_054\": \"enim occaecat\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=first_name&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": "first_name" }, { "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": "83274b01-6a7a-42f8-8605-c2ab820dbfaf", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c59bfe15-0c52-4a95-8139-5f9bde41be33", "key": "id", "value": "", "description": "(Required) ID of the Candidate" } ] } }, "response": [ { "id": "639da57b-9492-4cfb-a3a7-83dcbb5c5113", "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\": \"OTHER\"\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"nulla_054\": \"enim occaecat\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_name" }, { "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\": \"OTHER\"\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"nulla_054\": \"enim occaecat\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-639da57b-9492-4cfb-a3a7-83dcbb5c5113" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-3bb6aa8d-9b8b-400f-9df8-00783e20482a" }, { "name": "Update a candidate", "id": "e03bce45-52e4-41ed-a276-799a381c7dd9", "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\": \"OTHER\"\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"nulla_054\": \"enim occaecat\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=first_name&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": "first_name" }, { "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": "d93a4628-9804-4de8-bdb9-c2e9337f58c1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d3b89f62-b329-4c44-ab91-b42629ac7592", "key": "id", "value": "", "description": "(Required) ID of the Candidate" } ] } }, "response": [ { "id": "eb21d4d4-efab-4f83-9784-a1cf59cbabb0", "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\": \"OTHER\"\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"nulla_054\": \"enim occaecat\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_name" }, { "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\": \"OTHER\"\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"nulla_054\": \"enim occaecat\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-eb21d4d4-efab-4f83-9784-a1cf59cbabb0" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-e03bce45-52e4-41ed-a276-799a381c7dd9" } ], "id": "26a563e7-d5f3-49f0-bf42-6a125b0ce267", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-26a563e7-d5f3-49f0-bf42-6a125b0ce267" }, { "name": "List all candidates", "id": "4225b3c4-03fa-43ba-97f3-f26d515b43ea", "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=first_name&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": "first_name" }, { "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": "8ded97df-6cd8-4038-a57b-2e9f413105aa", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b87857df-eeb4-44f6-8cb4-23d628e042f6", "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=first_name&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": "first_name" }, { "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\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"name\": \"\",\n \"type\": \"WORK\"\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\": \"BOOLEAN\",\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 \"origin\": \"REFERRED\",\n \"raw\": {\n \"nostrud_6\": true,\n \"fugiat3_\": 14842925\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\": \"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\": \"WORK\"\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\": \"DATE\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"in4e6\": -52910872,\n \"aliqua_4\": -93422237\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\": \"FAX\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-b87857df-eeb4-44f6-8cb4-23d628e042f6" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-4225b3c4-03fa-43ba-97f3-f26d515b43ea" }, { "name": "Create a candidate", "id": "0ccf2cd9-9334-44a3-80b9-fe9c32a8901d", "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\": \"OTHER\"\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"nulla_054\": \"enim occaecat\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "description": "Fields to return", "key": "fields", "value": "first_name" }, { "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": "ae8b1b94-e5c3-47cf-a748-3cdc7741916d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "107fb5a2-28c9-43d6-a16a-a159dd707edf", "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\": \"OTHER\"\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"nulla_054\": \"enim occaecat\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\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=first_name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "candidate" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "first_name" }, { "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\": \"OTHER\"\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"origin\": \"UNIVERSITY\",\n \"raw\": {\n \"nulla_054\": \"enim occaecat\"\n },\n \"skills\": [\n \"\",\n \"\"\n ],\n \"sources\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"telephones\": [\n {\n \"telephone\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"telephone\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"title\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-107fb5a2-28c9-43d6-a16a-a159dd707edf" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-0ccf2cd9-9334-44a3-80b9-fe9c32a8901d" } ], "id": "61b609f7-1e15-4ab5-9057-faa502527608", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-61b609f7-1e15-4ab5-9057-faa502527608" }, { "name": "company", "item": [ { "name": "{id}", "item": [ { "name": "Remove a company", "id": "ebefdc30-ef61-40ef-8423-e49d662a4d38", "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": "c7c251d0-7cd0-4d93-af4b-9fe4371a27d8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e7a93b3d-96fc-4c86-9b6d-ff1322a46366", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "321312c4-41b3-4c0a-8423-c45bcb63ce22", "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:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-321312c4-41b3-4c0a-8423-c45bcb63ce22" }, { "id": "9621d863-915d-4cbc-ad7e-0a429c4985c8", "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:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-9621d863-915d-4cbc-ad7e-0a429c4985c8" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-ebefdc30-ef61-40ef-8423-e49d662a4d38" }, { "name": "Retrieve a company", "id": "64cc0a29-9924-4301-b35d-0bfb406ba923", "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=recruiter_ids&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "recruiter_ids" }, { "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": "b7dff270-0bdd-404b-8c96-3dbe12390a0e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2468201f-e7ed-42aa-b559-633f512dd6b5", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "3cd45ede-6ba3-462c-9590-e4edf4f83f79", "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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"officia_9\": \"proident esse\",\n \"incididuntb\": 31738926.633108243\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-3cd45ede-6ba3-462c-9590-e4edf4f83f79" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-64cc0a29-9924-4301-b35d-0bfb406ba923" }, { "name": "Update a company", "id": "5423fdd7-c0ba-4e80-807d-a5cf6a0fc9e3", "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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"officia_9\": \"proident esse\",\n \"incididuntb\": 31738926.633108243\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=recruiter_ids&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "recruiter_ids" }, { "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": "693f2e6b-6c88-4a5c-888d-e49877ab8cf2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2f2981b1-4cd0-4354-823b-971e7ab4ee3a", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "06376c61-8151-4225-90f0-c75e27c3f811", "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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"officia_9\": \"proident esse\",\n \"incididuntb\": 31738926.633108243\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"officia_9\": \"proident esse\",\n \"incididuntb\": 31738926.633108243\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-06376c61-8151-4225-90f0-c75e27c3f811" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-5423fdd7-c0ba-4e80-807d-a5cf6a0fc9e3" }, { "name": "Update a company", "id": "76457a5e-f1e0-4d2e-bd19-8a1f7b4a9d84", "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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"officia_9\": \"proident esse\",\n \"incididuntb\": 31738926.633108243\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=recruiter_ids&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "recruiter_ids" }, { "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": "2295217d-0653-4749-a16c-acbbdc447c80", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ce90d762-f1e3-4b00-a8de-efcb102390d1", "key": "id", "value": "", "description": "(Required) ID of the Company" } ] } }, "response": [ { "id": "40497799-4d01-41e1-a9a2-7011cad653fa", "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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"officia_9\": \"proident esse\",\n \"incididuntb\": 31738926.633108243\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"officia_9\": \"proident esse\",\n \"incididuntb\": 31738926.633108243\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-40497799-4d01-41e1-a9a2-7011cad653fa" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-76457a5e-f1e0-4d2e-bd19-8a1f7b4a9d84" } ], "id": "2be2ddd8-313f-488f-8111-0eb448ba3864", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-2be2ddd8-313f-488f-8111-0eb448ba3864" }, { "name": "List all companies", "id": "050fa098-3774-43f0-8dd9-894101cbbb92", "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=recruiter_ids&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": "recruiter_ids" }, { "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": "7d5ea2d8-82a3-4437-8651-3d357515f2ae", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e85cd5c1-852f-438a-aeea-5d7fdb982bc5", "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\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"esse_b\": true,\n \"labore1c\": 6294808\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\": \"TEXT\",\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 \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"consequat_2\": 68815860.87358227,\n \"anim_d6\": false\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-e85cd5c1-852f-438a-aeea-5d7fdb982bc5" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-050fa098-3774-43f0-8dd9-894101cbbb92" }, { "name": "Create a company", "id": "9e2ca7e0-3604-4e66-a200-a79fecfac68e", "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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"officia_9\": \"proident esse\",\n \"incididuntb\": 31738926.633108243\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=recruiter_ids&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "company" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "recruiter_ids" }, { "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": "45141b23-d403-4e53-b905-fd46d2a9f097", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "65728016-f0be-4fd7-a887-8f3afb8430ba", "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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"officia_9\": \"proident esse\",\n \"incididuntb\": 31738926.633108243\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\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"parent_id\": \"\",\n \"phone\": \"\",\n \"raw\": {\n \"officia_9\": \"proident esse\",\n \"incididuntb\": 31738926.633108243\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-65728016-f0be-4fd7-a887-8f3afb8430ba" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-9e2ca7e0-3604-4e66-a200-a79fecfac68e" } ], "id": "c91eb99e-d047-4ae3-94b2-716c51234de9", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-c91eb99e-d047-4ae3-94b2-716c51234de9" }, { "name": "document", "item": [ { "name": "{id}", "item": [ { "name": "Remove a document", "id": "d120617a-c26a-48fb-b41c-4614cff46207", "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/document/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document", ":id" ], "variable": [ { "id": "c0513342-3085-49ee-82c4-bd925899432c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0c184be7-89aa-4af2-8e96-a7bd5f7e6990", "key": "id", "value": "", "description": "(Required) ID of the Document" } ] } }, "response": [ { "id": "9c7dd8cd-be8b-4704-b536-b5208f553195", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/document/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-9c7dd8cd-be8b-4704-b536-b5208f553195" }, { "id": "ff039121-6340-429f-974e-3783ceb3dbff", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/document/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-ff039121-6340-429f-974e-3783ceb3dbff" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-d120617a-c26a-48fb-b41c-4614cff46207" }, { "name": "Retrieve a document", "id": "55fbf1e0-7afd-41d2-ae24-a7e6df41c12c", "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/document/:id?fields=user_id&fields=document_data&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "document_data" }, { "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": "99149210-5821-470f-b163-570a620c38c6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0d5eb14f-8bf2-4193-9af5-6067ce099259", "key": "id", "value": "", "description": "(Required) ID of the Document" } ] } }, "response": [ { "id": "e4982bd8-4d2a-4865-8dc4-7ffbe48976f8", "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/document/:id?fields=document_data&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "document_data" }, { "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"irure_5d_\": \"ipsum eiusmod sed\",\n \"sint2c\": 94454626.86049479\n },\n \"type\": \"COVER_LETTER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-e4982bd8-4d2a-4865-8dc4-7ffbe48976f8" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-55fbf1e0-7afd-41d2-ae24-a7e6df41c12c" }, { "name": "Update a document", "id": "fca75d3c-6197-4ac9-a048-0529ad0bd7a6", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"irure_5d_\": \"ipsum eiusmod sed\",\n \"sint2c\": 94454626.86049479\n },\n \"type\": \"COVER_LETTER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/document/:id?fields=user_id&fields=document_data&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "document_data" }, { "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": "94fe8164-2452-407b-9c01-a246be8116a6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b8a5b863-aa93-4fca-addb-7fac6dc916cf", "key": "id", "value": "", "description": "(Required) ID of the Document" } ] } }, "response": [ { "id": "2a3d22bc-ffa4-454d-9ad1-e6a982b69dce", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"irure_5d_\": \"ipsum eiusmod sed\",\n \"sint2c\": 94454626.86049479\n },\n \"type\": \"COVER_LETTER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/document/:id?fields=document_data&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "document_data" }, { "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"irure_5d_\": \"ipsum eiusmod sed\",\n \"sint2c\": 94454626.86049479\n },\n \"type\": \"COVER_LETTER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-2a3d22bc-ffa4-454d-9ad1-e6a982b69dce" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-fca75d3c-6197-4ac9-a048-0529ad0bd7a6" }, { "name": "Update a document", "id": "fbd47530-7c12-4f98-b503-a97cadf07916", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"irure_5d_\": \"ipsum eiusmod sed\",\n \"sint2c\": 94454626.86049479\n },\n \"type\": \"COVER_LETTER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/document/:id?fields=user_id&fields=document_data&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "document_data" }, { "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": "43697c15-7705-446d-b64e-a18e7d9e8cc0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0eae1ab7-65da-40f2-959b-9b74dd7082b1", "key": "id", "value": "", "description": "(Required) ID of the Document" } ] } }, "response": [ { "id": "e978290c-42f6-4ade-ad46-5e7863c13609", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"irure_5d_\": \"ipsum eiusmod sed\",\n \"sint2c\": 94454626.86049479\n },\n \"type\": \"COVER_LETTER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/document/:id?fields=document_data&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "document_data" }, { "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"irure_5d_\": \"ipsum eiusmod sed\",\n \"sint2c\": 94454626.86049479\n },\n \"type\": \"COVER_LETTER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-e978290c-42f6-4ade-ad46-5e7863c13609" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-fbd47530-7c12-4f98-b503-a97cadf07916" } ], "id": "89cb6880-f2b6-4a41-893f-1fec55123231", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-89cb6880-f2b6-4a41-893f-1fec55123231" }, { "name": "List all documents", "id": "5811d8da-4c81-480d-9102-4daf763a138d", "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/document?limit=&offset=&updated_gte=&sort=&order=&query=&application_id=&candidate_id=&job_id=&type=&fields=user_id&fields=document_data&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document" ], "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 application ID to filter by", "key": "application_id", "value": "" }, { "description": "The candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "The job ID to filter by", "key": "job_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "document_data" }, { "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": "af3875e7-bc56-4483-9a3b-18fe5b876d0b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6c1c32dd-ae6f-4fea-b08a-26e21c51e90e", "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/document?limit=&offset=&updated_gte=&sort=&order=&query=&application_id=&candidate_id=&job_id=&type=&fields=document_data&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document" ], "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 application ID to filter by", "key": "application_id", "value": "" }, { "description": "The candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "The job ID to filter by", "key": "job_id", "value": "" }, { "description": "The type to filter by", "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "document_data" }, { "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"laborecc\": \"elit voluptate veniam Excepteu\"\n },\n \"type\": \"OTHER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"eu2ea\": -84644183.81044188,\n \"enim_4\": 93861275,\n \"pariatur_25a\": false,\n \"Lorem__d\": \"labore ex\"\n },\n \"type\": \"RESUME\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-6c1c32dd-ae6f-4fea-b08a-26e21c51e90e" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-5811d8da-4c81-480d-9102-4daf763a138d" }, { "name": "Create a document", "id": "b4149bb7-05ce-4da7-873e-511c736fb3b5", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"irure_5d_\": \"ipsum eiusmod sed\",\n \"sint2c\": 94454626.86049479\n },\n \"type\": \"COVER_LETTER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/document?fields=user_id&fields=document_data&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "document_data" }, { "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": "b9046ac8-c8c2-4e34-8b53-a9c1757f5b50", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "32f5b677-1cc4-46b1-9b1e-e423752d1dd5", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"irure_5d_\": \"ipsum eiusmod sed\",\n \"sint2c\": 94454626.86049479\n },\n \"type\": \"COVER_LETTER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/document?fields=document_data&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "document" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "document_data" }, { "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"document_data\": \"\",\n \"document_url\": \"\",\n \"filename\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"raw\": {\n \"irure_5d_\": \"ipsum eiusmod sed\",\n \"sint2c\": 94454626.86049479\n },\n \"type\": \"COVER_LETTER\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-32f5b677-1cc4-46b1-9b1e-e423752d1dd5" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-b4149bb7-05ce-4da7-873e-511c736fb3b5" } ], "id": "6388cac5-0826-4487-9d5f-a9de6f110374", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-6388cac5-0826-4487-9d5f-a9de6f110374" }, { "name": "interview", "item": [ { "name": "{id}", "item": [ { "name": "Remove an interview", "id": "bc760d53-65b6-491f-b14c-4935e8165763", "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/interview/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview", ":id" ], "variable": [ { "id": "768ca1e3-3acc-4d87-82c1-5d7ab1f798df", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4b11dcdb-58ef-4ac3-a151-39f5942da94b", "key": "id", "value": "", "description": "(Required) ID of the Interview" } ] } }, "response": [ { "id": "02ddb2c0-5ad6-46af-bc10-2b8b2404b5b9", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/interview/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-02ddb2c0-5ad6-46af-bc10-2b8b2404b5b9" }, { "id": "aa2b792e-1555-48e4-8b6b-a68e7baa45a4", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/interview/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-aa2b792e-1555-48e4-8b6b-a68e7baa45a4" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-bc760d53-65b6-491f-b14c-4935e8165763" }, { "name": "Retrieve an interview", "id": "ce438f45-8c4a-4489-8cce-f8f5f5a89c58", "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/interview/:id?fields=candidate_id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "799d6328-f174-462f-a20e-bb8a6d6bc167", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "29241324-75dd-4173-8639-75740fc673b0", "key": "id", "value": "", "description": "(Required) ID of the Interview" } ] } }, "response": [ { "id": "fe8fa3ba-9f62-4038-b327-80e3059881e1", "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/interview/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"qui_082\": 48016970,\n \"ex__98\": true\n },\n \"start_at\": \"\",\n \"status\": \"COMPLETE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-fe8fa3ba-9f62-4038-b327-80e3059881e1" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-ce438f45-8c4a-4489-8cce-f8f5f5a89c58" }, { "name": "Update an interview", "id": "814aa417-8fbb-4651-a0df-1cfbd0486e28", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"qui_082\": 48016970,\n \"ex__98\": true\n },\n \"start_at\": \"\",\n \"status\": \"COMPLETE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/interview/:id?fields=candidate_id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "c88dc1f8-95d8-47c7-8043-884426c312d1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b2028068-196f-48e9-943a-b87c50b4e203", "key": "id", "value": "", "description": "(Required) ID of the Interview" } ] } }, "response": [ { "id": "b9f428ad-0cee-44cc-ad17-b9578e4123a8", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"qui_082\": 48016970,\n \"ex__98\": true\n },\n \"start_at\": \"\",\n \"status\": \"COMPLETE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/interview/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"qui_082\": 48016970,\n \"ex__98\": true\n },\n \"start_at\": \"\",\n \"status\": \"COMPLETE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-b9f428ad-0cee-44cc-ad17-b9578e4123a8" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-814aa417-8fbb-4651-a0df-1cfbd0486e28" }, { "name": "Update an interview", "id": "2112f7f8-9ba7-4973-adbe-10c42f4d5b78", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"qui_082\": 48016970,\n \"ex__98\": true\n },\n \"start_at\": \"\",\n \"status\": \"COMPLETE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/interview/:id?fields=candidate_id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "294d16fe-ca15-432c-a4fd-ede2456211a2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9e17e5d8-d434-4710-b72d-3a68f4a3c0c4", "key": "id", "value": "", "description": "(Required) ID of the Interview" } ] } }, "response": [ { "id": "f35a35d6-3384-47ba-971c-ffd4e25539a7", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"qui_082\": 48016970,\n \"ex__98\": true\n },\n \"start_at\": \"\",\n \"status\": \"COMPLETE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/interview/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"qui_082\": 48016970,\n \"ex__98\": true\n },\n \"start_at\": \"\",\n \"status\": \"COMPLETE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-f35a35d6-3384-47ba-971c-ffd4e25539a7" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-2112f7f8-9ba7-4973-adbe-10c42f4d5b78" } ], "id": "d164f8bd-8440-4581-9c3f-bc7dc099dde0", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-d164f8bd-8440-4581-9c3f-bc7dc099dde0" }, { "name": "List all interviews", "id": "b35e68b9-09f6-43e1-b2ab-28509988924e", "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/interview?limit=&offset=&updated_gte=&sort=&order=&query=&application_id=&fields=candidate_id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview" ], "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 application ID to filter by", "key": "application_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "6050d47b-ffc3-433a-b131-a35662447c72", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "895c8408-b062-4ed3-afa0-245ed6dc497b", "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/interview?limit=&offset=&updated_gte=&sort=&order=&query=&application_id=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview" ], "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 application ID to filter by", "key": "application_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"sed_55\": 8102537.955945715,\n \"Loremb95\": false\n },\n \"start_at\": \"\",\n \"status\": \"CANCELED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"Ut_4f\": \"commodo aute esse\",\n \"et_f89\": \"officia proident\"\n },\n \"start_at\": \"\",\n \"status\": \"SCHEDULED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-895c8408-b062-4ed3-afa0-245ed6dc497b" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-b35e68b9-09f6-43e1-b2ab-28509988924e" }, { "name": "Create an interview", "id": "7ed55544-5fb0-4675-85b4-607c06aa99c3", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"qui_082\": 48016970,\n \"ex__98\": true\n },\n \"start_at\": \"\",\n \"status\": \"COMPLETE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/interview?fields=candidate_id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "candidate_id" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "d6ee23c7-e017-4b5f-9425-de89315d2a2f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3a50055d-c923-4326-84ad-21b86d143d57", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"qui_082\": 48016970,\n \"ex__98\": true\n },\n \"start_at\": \"\",\n \"status\": \"COMPLETE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/interview?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "interview" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"external_event_xref\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"location\": \"\",\n \"raw\": {\n \"qui_082\": 48016970,\n \"ex__98\": true\n },\n \"start_at\": \"\",\n \"status\": \"COMPLETE\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-3a50055d-c923-4326-84ad-21b86d143d57" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-7ed55544-5fb0-4675-85b4-607c06aa99c3" } ], "id": "e010f623-b102-438b-93b0-41346908c066", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-e010f623-b102-438b-93b0-41346908c066" }, { "name": "job", "item": [ { "name": "{id}", "item": [ { "name": "Remove a job", "id": "1796d064-d068-410a-9d0a-4aa1cd60b4e6", "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/job/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":id" ], "variable": [ { "id": "a4f0d076-594f-45da-95cf-11f2e61656b2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e60117d6-db24-472d-b3df-ba2443f6bf60", "key": "id", "value": "", "description": "(Required) ID of the Job" } ] } }, "response": [ { "id": "40c8778e-6e52-41e6-8b5d-fe78cb964928", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/job/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-40c8778e-6e52-41e6-8b5d-fe78cb964928" }, { "id": "1f7052be-882a-42ee-8edb-e3ce9727ad5d", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/job/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-1f7052be-882a-42ee-8edb-e3ce9727ad5d" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-1796d064-d068-410a-9d0a-4aa1cd60b4e6" }, { "name": "Retrieve a job", "id": "8108b8be-7637-4f45-925f-fdb368d9b555", "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/job/:id?fields=groups&fields=minimum_experience_years&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "groups" }, { "description": "Fields to return", "key": "fields", "value": "minimum_experience_years" }, { "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": "39f8d40d-cb4d-4674-a471-d5d250a21122", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e68559d6-e5f4-41db-b0af-bd16e56a009b", "key": "id", "value": "", "description": "(Required) ID of the Job" } ] } }, "response": [ { "id": "17595b09-ccea-4b30-a4be-b8e62c5b5055", "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/job/:id?fields=minimum_experience_years&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "minimum_experience_years" }, { "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FREELANCE\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"amet9d\": \"eu elit ut culpa cillum\",\n \"Excepteur_9\": \"ad\",\n \"cillum__\": 40167477\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-17595b09-ccea-4b30-a4be-b8e62c5b5055" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-8108b8be-7637-4f45-925f-fdb368d9b555" }, { "name": "Update a job", "id": "7ee44eac-add3-46c0-a086-51c618117478", "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FREELANCE\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"amet9d\": \"eu elit ut culpa cillum\",\n \"Excepteur_9\": \"ad\",\n \"cillum__\": 40167477\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job/:id?fields=groups&fields=minimum_experience_years&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "groups" }, { "description": "Fields to return", "key": "fields", "value": "minimum_experience_years" }, { "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": "be9e8eeb-4837-4fb2-8806-c25ac296988a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a6cbcf17-f82e-43b4-b397-71fd92cff010", "key": "id", "value": "", "description": "(Required) ID of the Job" } ] } }, "response": [ { "id": "195186ac-2078-4ee9-8f22-629d5881e293", "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FREELANCE\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"amet9d\": \"eu elit ut culpa cillum\",\n \"Excepteur_9\": \"ad\",\n \"cillum__\": 40167477\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job/:id?fields=minimum_experience_years&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "minimum_experience_years" }, { "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FREELANCE\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"amet9d\": \"eu elit ut culpa cillum\",\n \"Excepteur_9\": \"ad\",\n \"cillum__\": 40167477\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-195186ac-2078-4ee9-8f22-629d5881e293" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-7ee44eac-add3-46c0-a086-51c618117478" }, { "name": "Update a job", "id": "de916185-2fb2-4d95-bdd3-f5c20abeff97", "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FREELANCE\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"amet9d\": \"eu elit ut culpa cillum\",\n \"Excepteur_9\": \"ad\",\n \"cillum__\": 40167477\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job/:id?fields=groups&fields=minimum_experience_years&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "groups" }, { "description": "Fields to return", "key": "fields", "value": "minimum_experience_years" }, { "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": "67d65a7f-7674-4a0e-b63f-e6c551661043", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "920f0714-2deb-479c-8717-89219328ecf3", "key": "id", "value": "", "description": "(Required) ID of the Job" } ] } }, "response": [ { "id": "a0bf6008-40fe-4023-8617-4830231ebe69", "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FREELANCE\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"amet9d\": \"eu elit ut culpa cillum\",\n \"Excepteur_9\": \"ad\",\n \"cillum__\": 40167477\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job/:id?fields=minimum_experience_years&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "minimum_experience_years" }, { "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FREELANCE\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"amet9d\": \"eu elit ut culpa cillum\",\n \"Excepteur_9\": \"ad\",\n \"cillum__\": 40167477\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-a0bf6008-40fe-4023-8617-4830231ebe69" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-de916185-2fb2-4d95-bdd3-f5c20abeff97" } ], "id": "73825466-b393-419c-90bf-8b1eb8887858", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-73825466-b393-419c-90bf-8b1eb8887858" }, { "name": "List all jobs", "id": "307a37eb-7b57-4390-b40d-819fdcc5ac6f", "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/job?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&status=&fields=groups&fields=minimum_experience_years&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to AtsCompany)", "key": "company_id", "value": "" }, { "description": "The status to filter by", "key": "status", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "groups" }, { "description": "Fields to return", "key": "fields", "value": "minimum_experience_years" }, { "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": "49aa2a19-badb-45df-a777-ec7912847eed", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "5b15186d-de42-4cd8-9c4d-70cadb6e3e37", "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/job?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&status=&fields=minimum_experience_years&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to AtsCompany)", "key": "company_id", "value": "" }, { "description": "The status to filter by", "key": "status", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "minimum_experience_years" }, { "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"BONUS\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FULL_TIME\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"CLOSED\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"CLOSED\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"TEXTAREA\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"nulla_20\": true\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n },\n {\n \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"PART_TIME\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BUSINESS_UNIT\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BUSINESS_UNIT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"FILE\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"MULTIPLE_SELECT\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"ullamco_212\": -97923970,\n \"elit__a\": -97979696\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"ARCHIVED\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-5b15186d-de42-4cd8-9c4d-70cadb6e3e37" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-307a37eb-7b57-4390-b40d-819fdcc5ac6f" }, { "name": "Create a job", "id": "aee29f5f-6058-44d7-bc1a-62b916ae36bb", "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FREELANCE\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"amet9d\": \"eu elit ut culpa cillum\",\n \"Excepteur_9\": \"ad\",\n \"cillum__\": 40167477\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job?fields=groups&fields=minimum_experience_years&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "groups" }, { "description": "Fields to return", "key": "fields", "value": "minimum_experience_years" }, { "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": "1dca33b6-4a0a-4c10-8362-f28915e058ff", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "96aa3247-437d-43b5-a571-0769d16e8579", "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FREELANCE\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"amet9d\": \"eu elit ut culpa cillum\",\n \"Excepteur_9\": \"ad\",\n \"cillum__\": 40167477\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job?fields=minimum_experience_years&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "minimum_experience_years" }, { "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 \"addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"closed_at\": \"\",\n \"company_id\": \"\",\n \"compensation\": [\n {\n \"currency\": \"\",\n \"frequency\": \"QUARTER\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"EQUITY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"MONTH\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"FREELANCE\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"SUB_DEPARTMENT\"\n }\n ],\n \"hiring_manager_ids\": [\n \"\",\n \"\"\n ],\n \"hiring_managers\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"language_locale\": \"\",\n \"metadata\": [\n {\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"minimum_degree\": \"\",\n \"minimum_experience_years\": \"\",\n \"name\": \"\",\n \"number_of_openings\": \"\",\n \"openings\": [\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n },\n {\n \"application_id\": \"\",\n \"close_reason\": \"\",\n \"closed_at\": \"\",\n \"opened_at\": \"\",\n \"status\": \"OPEN\"\n }\n ],\n \"postings\": [\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\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 \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"location\": \"\",\n \"name\": \"\",\n \"posting_url\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"public_job_urls\": [\n \"\",\n \"\"\n ],\n \"questions\": [\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"amet9d\": \"eu elit ut culpa cillum\",\n \"Excepteur_9\": \"ad\",\n \"cillum__\": 40167477\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-96aa3247-437d-43b5-a571-0769d16e8579" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-aee29f5f-6058-44d7-bc1a-62b916ae36bb" } ], "id": "bb9cf7a5-dba3-4c1f-9921-2c36803a87b1", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-bb9cf7a5-dba3-4c1f-9921-2c36803a87b1" }, { "name": "scorecard", "item": [ { "name": "{id}", "item": [ { "name": "Remove a scorecard", "id": "87f3a69c-99de-42e8-812d-03ee23b52096", "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/scorecard/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard", ":id" ], "variable": [ { "id": "19a27362-0eaa-400a-80c8-e1ce6e70d677", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9c2dfd1f-bd08-46da-a310-466ac506e6c8", "key": "id", "value": "", "description": "(Required) ID of the Scorecard" } ] } }, "response": [ { "id": "b83e0b6f-3712-4d61-9768-77d7817feb20", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/scorecard/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-b83e0b6f-3712-4d61-9768-77d7817feb20" }, { "id": "95d522d0-d0e7-4bb0-b750-767be9e3f0e4", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ats/:connection_id/scorecard/:id", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard", ":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:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-95d522d0-d0e7-4bb0-b750-767be9e3f0e4" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-87f3a69c-99de-42e8-812d-03ee23b52096" }, { "name": "Retrieve a scorecard", "id": "e1db0da9-56bd-441f-9b2a-b5f96b63d02e", "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/scorecard/:id?fields=interviewer_id&fields=interviewer_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "874b3867-8e5e-40b4-a2d8-8fdc8e308650", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ce30b49d-3786-4936-a9b5-b669ca375ab2", "key": "id", "value": "", "description": "(Required) ID of the Scorecard" } ] } }, "response": [ { "id": "c0f18e81-0679-4e29-9ad3-296e0cb90690", "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/scorecard/:id?fields=interviewer_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"aute_d\": true,\n \"adipisicing_e5\": \"pariatur et sint cillum non\",\n \"dof9\": false\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-c0f18e81-0679-4e29-9ad3-296e0cb90690" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-e1db0da9-56bd-441f-9b2a-b5f96b63d02e" }, { "name": "Update a scorecard", "id": "92aa0725-73ac-4516-8eb8-8a19013915d4", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"aute_d\": true,\n \"adipisicing_e5\": \"pariatur et sint cillum non\",\n \"dof9\": false\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/scorecard/:id?fields=interviewer_id&fields=interviewer_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "52861aa0-65d4-45f8-9ca8-257b73e37465", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8e71956a-2495-4b4a-846b-579a84e00022", "key": "id", "value": "", "description": "(Required) ID of the Scorecard" } ] } }, "response": [ { "id": "d388e749-c480-4dcc-9ce4-392237a3a2ff", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"aute_d\": true,\n \"adipisicing_e5\": \"pariatur et sint cillum non\",\n \"dof9\": false\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/scorecard/:id?fields=interviewer_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"aute_d\": true,\n \"adipisicing_e5\": \"pariatur et sint cillum non\",\n \"dof9\": false\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-d388e749-c480-4dcc-9ce4-392237a3a2ff" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-92aa0725-73ac-4516-8eb8-8a19013915d4" }, { "name": "Update a scorecard", "id": "ce3ea82f-ad51-4a78-9d7b-0399de6a31da", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"aute_d\": true,\n \"adipisicing_e5\": \"pariatur et sint cillum non\",\n \"dof9\": false\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/scorecard/:id?fields=interviewer_id&fields=interviewer_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "7457d974-233c-4409-b2f1-4786bf08e613", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "94db1d96-8184-49b3-8895-c62db9d7874c", "key": "id", "value": "", "description": "(Required) ID of the Scorecard" } ] } }, "response": [ { "id": "f8b6a5b4-494d-4be0-b549-dd8296589e58", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"aute_d\": true,\n \"adipisicing_e5\": \"pariatur et sint cillum non\",\n \"dof9\": false\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/scorecard/:id?fields=interviewer_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"aute_d\": true,\n \"adipisicing_e5\": \"pariatur et sint cillum non\",\n \"dof9\": false\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-f8b6a5b4-494d-4be0-b549-dd8296589e58" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-ce3ea82f-ad51-4a78-9d7b-0399de6a31da" } ], "id": "2dc7e60f-c4ce-4a68-8cdd-f41d1310c984", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-2dc7e60f-c4ce-4a68-8cdd-f41d1310c984" }, { "name": "List all scorecards", "id": "45f10b2f-9528-4b87-90d6-1ddefd74a01a", "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/scorecard?limit=&offset=&updated_gte=&sort=&order=&query=&candidate_id=&application_id=&interview_id=&job_id=&fields=interviewer_id&fields=interviewer_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard" ], "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 candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "The application ID to filter by", "key": "application_id", "value": "" }, { "description": "The interview ID to filter by", "key": "interview_id", "value": "" }, { "description": "The job ID to filter by", "key": "job_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "1a895570-7e26-4d93-bb62-da932348d56b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ce03b1ab-03b3-442c-b467-05d125de9987", "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/scorecard?limit=&offset=&updated_gte=&sort=&order=&query=&candidate_id=&application_id=&interview_id=&job_id=&fields=interviewer_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard" ], "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 candidate ID to filter by", "key": "candidate_id", "value": "" }, { "description": "The application ID to filter by", "key": "application_id", "value": "" }, { "description": "The interview ID to filter by", "key": "interview_id", "value": "" }, { "description": "The job ID to filter by", "key": "job_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"Lorem__\": -41492843\n },\n \"recommendation\": \"STRONG_YES\",\n \"updated_at\": \"\"\n },\n {\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"ide1\": true,\n \"exercitation_32\": \"commodo velit\",\n \"laboris_2fc\": -44036017\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-ce03b1ab-03b3-442c-b467-05d125de9987" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-45f10b2f-9528-4b87-90d6-1ddefd74a01a" }, { "name": "Create a scorecard", "id": "2411d398-55fc-4d37-b4ba-f17b8b4ebfc3", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"aute_d\": true,\n \"adipisicing_e5\": \"pariatur et sint cillum non\",\n \"dof9\": false\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/scorecard?fields=interviewer_id&fields=interviewer_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "12d00e38-b876-4059-b2c7-4b0d599b5268", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e8bcc440-4f7e-4536-809f-7d60bef13026", "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 \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"aute_d\": true,\n \"adipisicing_e5\": \"pariatur et sint cillum non\",\n \"dof9\": false\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/scorecard?fields=interviewer_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "scorecard" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "interviewer_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"comment\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"interview_id\": \"\",\n \"interviewer_id\": \"\",\n \"job_id\": \"\",\n \"questions\": [\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n },\n {\n \"text\": \"\",\n \"answer\": \"\",\n \"description\": \"\"\n }\n ],\n \"raw\": {\n \"aute_d\": true,\n \"adipisicing_e5\": \"pariatur et sint cillum non\",\n \"dof9\": false\n },\n \"recommendation\": \"YES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-e8bcc440-4f7e-4536-809f-7d60bef13026" } ], "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-2411d398-55fc-4d37-b4ba-f17b8b4ebfc3" } ], "id": "5326d059-65cc-4b63-8be7-4015faab6201", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-5326d059-65cc-4b63-8be7-4015faab6201" } ], "id": "8def4534-4213-48f6-949b-85600262c5e3", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-8def4534-4213-48f6-949b-85600262c5e3" } ], "id": "21b75423-b785-4df7-9ff1-96578f7aaaee", "createdAt": "2026-07-28T03:22:45.000Z", "updatedAt": "2026-07-28T03:22:45.000Z", "uid": "35240-21b75423-b785-4df7-9ff1-96578f7aaaee" } ], "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" } ] }