---
title: "Triggers a backfill job to sync the CRM with the Apply candidates for specified candidate Ids."
method: POST
path: "/api/operations/backfill_apply_candidates_from_ids"
tags: ["Operations"]
---

# Triggers a backfill job to sync the CRM with the Apply candidates for specified candidate Ids.

`POST /api/operations/backfill_apply_candidates_from_ids`

The backfill will query all candidate information from the Apply API and queue jobs to sync the data with the CRM.

## Request body

- CandidateIdsRequest
  - `candidateIds` integer[], nullable

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1.md) · [All operations](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/department-for-education/get-into-teaching-api-v1/versions/5d53dbaed560/schema)
