---
title: "Add a job to be synced"
method: POST
path: "/ats/custom/avionte/synced-jobs"
tags: ["Custom Endpoints"]
---

# Add a job to be synced

`POST /ats/custom/avionte/synced-jobs`

Adds a job to the synced jobs list. The next sync will pick it up and sync it including all applications and candidates.

## Headers

- `X-Integration-Id` string, required

## Request body

- PostAtsCustomAvionteSyncedJobsRequestBody
  - `job_remote_id` string, required

## Response `200`

POST /ats/custom/avionte/synced-jobs Positive response

- PostAtsCustomAvionteSyncedJobsPositiveResponse
  - `status` 'success', required
  - `data` object, required

## Other responses

- `default` — The standard error response with just the platform error codes.

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/revisions/1e45035b96d3/schema)
