Sync conversations now
POST /v1/sync/run — Runs one exchange with the account immediately: pulls remote changes, pushes local ones, then reconciles memories. The o
POST /v1/sync/run
Runs one exchange with the account immediately: pulls remote changes, pushes local ones, then reconciles memories. The only way to sync while the mode is manual. Returns 409 when syncing is off.
| Method | POST |
| Path | /v1/sync/run |
| Auth | Authorization: Bearer <token> required |
| Category | state |
Response body
{ "mode": "manual", "ran": true, "pushedSessions": 2, "pushedMessages": 7, "pulledSessions": 1, "pulledMessages": 3, "deletes": 0, "memoriesPushed": 1, "memoriesImported": 4 }