{ "info": { "_postman_id": "649f3d1c-36b1-4c0e-be10-5f128d792d8e", "name": "Unified.to account job API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "lastUpdatedBy": "35240", "uid": "35240-649f3d1c-36b1-4c0e-be10-5f128d792d8e" }, "item": [ { "name": "ats", "item": [ { "name": "{connection_id}", "item": [ { "name": "job", "item": [ { "name": "{id}", "item": [ { "name": "Remove a job", "id": "032f3c34-f6fe-43c6-aa36-244a3475bdd8", "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": "6f9061d3-ada9-407c-98d2-0d6e6fc7b72c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b87f2abe-79b4-4aad-843e-272766050794", "key": "id", "value": "", "description": "(Required) ID of the Job" } ] } }, "response": [ { "id": "24cf4218-8af8-4403-99e4-5cdb8f5fd643", "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:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-24cf4218-8af8-4403-99e4-5cdb8f5fd643" }, { "id": "7562e42c-fd39-427f-9050-3f91d0d677fc", "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:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-7562e42c-fd39-427f-9050-3f91d0d677fc" } ], "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-032f3c34-f6fe-43c6-aa36-244a3475bdd8" }, { "name": "Retrieve a job", "id": "93257dc0-7797-4070-978e-cd7e34096941", "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=recruiter_ids&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "recruiter_ids" }, { "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": "ebab3a85-373a-402f-a206-667592370e3e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1320d1b0-e477-402b-8ef0-379eeffd6d61", "key": "id", "value": "", "description": "(Required) ID of the Job" } ] } }, "response": [ { "id": "739e1434-9738-47b9-943f-27704f49889a", "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=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":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 \"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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"CURRENCY\",\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\": \"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\": \"DATE\",\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 \"nulla1\": -99486914.69022757\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-739e1434-9738-47b9-943f-27704f49889a" } ], "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-93257dc0-7797-4070-978e-cd7e34096941" }, { "name": "Update a job", "id": "f4f166ff-b803-4c5d-b312-99bf178e18f6", "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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"CURRENCY\",\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\": \"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\": \"DATE\",\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 \"nulla1\": -99486914.69022757\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job/:id?fields=recruiter_ids&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "recruiter_ids" }, { "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": "28b29189-ba8b-4ed8-b53c-406602e1abf7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "28a07095-69db-4dd9-a981-2320f7ead0ef", "key": "id", "value": "", "description": "(Required) ID of the Job" } ] } }, "response": [ { "id": "a592668a-686e-4e51-984a-43706e206929", "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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"CURRENCY\",\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\": \"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\": \"DATE\",\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 \"nulla1\": -99486914.69022757\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":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 \"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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"CURRENCY\",\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\": \"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\": \"DATE\",\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 \"nulla1\": -99486914.69022757\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-a592668a-686e-4e51-984a-43706e206929" } ], "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-f4f166ff-b803-4c5d-b312-99bf178e18f6" }, { "name": "Update a job", "id": "05b58f4f-c5a3-4347-a365-dbe30690c997", "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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"CURRENCY\",\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\": \"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\": \"DATE\",\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 \"nulla1\": -99486914.69022757\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job/:id?fields=recruiter_ids&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "recruiter_ids" }, { "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": "b41c2c76-0995-4142-852e-a65d51acec76", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3870c957-cae2-4dc4-a8b5-0e1d501f1bcb", "key": "id", "value": "", "description": "(Required) ID of the Job" } ] } }, "response": [ { "id": "1609ce30-d963-4d06-843b-3076bfc66891", "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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"CURRENCY\",\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\": \"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\": \"DATE\",\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 \"nulla1\": -99486914.69022757\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job", ":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 \"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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"CURRENCY\",\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\": \"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\": \"DATE\",\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 \"nulla1\": -99486914.69022757\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-1609ce30-d963-4d06-843b-3076bfc66891" } ], "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-05b58f4f-c5a3-4347-a365-dbe30690c997" } ], "id": "c4b5b83c-3a03-4a0f-8920-c73bf4188e63", "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-c4b5b83c-3a03-4a0f-8920-c73bf4188e63" }, { "name": "List all jobs", "id": "8ba772b8-fd99-486b-8549-b25c3dffdb6b", "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=recruiter_ids&fields=id&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": "recruiter_ids" }, { "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": "1e7c5739-1a37-4f42-8595-94fac45facbb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c2707f02-7ffd-41b9-beca-6cb24b0ac0b7", "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=id&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": "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 \"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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"YEAR\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"MEASUREMENT\",\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 \"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\": \"YES_NO\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n },\n {\n \"question\": \"\",\n \"type\": \"UNIVERSITY\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"dolor4f\": false\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\": \"OTHER\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"INTERN\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BUSINESS_UNIT\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\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\": \"YES_NO\",\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 \"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\": \"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\": \"NUMBER\",\n \"description\": \"\",\n \"id\": \"\",\n \"options\": [\n \"\",\n \"\"\n ],\n \"prompt\": \"\",\n \"required\": \"\"\n }\n ],\n \"raw\": {\n \"velit38\": \"incididunt adipisicing sed\"\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"DRAFT\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-c2707f02-7ffd-41b9-beca-6cb24b0ac0b7" } ], "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-8ba772b8-fd99-486b-8549-b25c3dffdb6b" }, { "name": "Create a job", "id": "01ad2b47-2852-499b-a5e9-443c5079f3f1", "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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"CURRENCY\",\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\": \"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\": \"DATE\",\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 \"nulla1\": -99486914.69022757\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job?fields=recruiter_ids&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "recruiter_ids" }, { "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": "f9eced11-52e6-435c-b0d6-82ed12333722", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "cdc98662-b0e5-469e-9db2-30f051e766dc", "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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"CURRENCY\",\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\": \"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\": \"DATE\",\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 \"nulla1\": -99486914.69022757\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ats/:connection_id/job?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ats", ":connection_id", "job" ], "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 \"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\": \"ONE_TIME\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"SALARY\"\n },\n {\n \"currency\": \"\",\n \"frequency\": \"DAY\",\n \"max\": \"\",\n \"min\": \"\",\n \"type\": \"STOCK_OPTIONS\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"employment_type\": \"CONSULTANT\",\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"DIVISION\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"BRANCH\"\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\": \"CURRENCY\",\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\": \"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\": \"DATE\",\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 \"nulla1\": -99486914.69022757\n },\n \"recruiter_ids\": [\n \"\",\n \"\"\n ],\n \"remote\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-cdc98662-b0e5-469e-9db2-30f051e766dc" } ], "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-01ad2b47-2852-499b-a5e9-443c5079f3f1" } ], "id": "6a1b4c1e-5589-43a6-b6e0-ca70a0a7fa96", "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-6a1b4c1e-5589-43a6-b6e0-ca70a0a7fa96" } ], "id": "b3276742-33ce-4a65-ace6-115d7079783a", "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-b3276742-33ce-4a65-ace6-115d7079783a" } ], "id": "e1924292-36aa-4436-97d2-39b578849372", "createdAt": "2026-07-28T03:24:47.000Z", "updatedAt": "2026-07-28T03:24:47.000Z", "uid": "35240-e1924292-36aa-4436-97d2-39b578849372" } ], "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" } ] }