---
title: "Trigger a manual MIS sync"
method: POST
path: "/Admin/Sync/Run/{which}"
tags: ["Admin"]
---

# Trigger a manual MIS sync

`POST /Admin/Sync/Run/{which}`

**Requires permission:** *Admin*

Admin-only. Kicks off one of the Tonbridge.Functions manual sync runs (isams | groups | mailchimp | onarken | openapply | openapply-full) and returns immediately — the sync runs server-side; watch the sync log for progress/result.

## Path parameters

- `which` string, required

## Response `200`

Success - sync triggered

- RunSyncResponse
  - `triggered` boolean
  - `message` string, nullable

## Other responses

- `400` — Bad Request - unknown sync key
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Functions key not configured

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
