---
title: "Trigger Smartadvocate Case Sync"
method: POST
path: "/smartadvocate/cases/{smartadvocate_case_id}/sync"
tags: ["SmartAdvocate"]
---

# Trigger Smartadvocate Case Sync

`POST /smartadvocate/cases/{smartadvocate_case_id}/sync`

Trigger re-sync for a specific SmartAdvocate case.

Fetches the latest notes for this case from SmartAdvocate and upserts
them locally. Requires developer access.

## Path parameters

- `smartadvocate_case_id` string, required

## Response `200`

Successful Response

- SmartAdvocateTriggerSyncResponse — Response from triggering case sync
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
