PUT /api/vault/sync
| Method | PUT |
| Path | /api/vault/sync |
| Group | Vault Sync |
| Auth | authenticated session |
| Source | shared/api-core/src/routes/vaultSync.ts |
Call it
curl -X PUT https://zeqsdk.com/api/vault/sync \
-H "Content-Type: application/json" \
-d '{"blob":null,"version":null}'
Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.
Reference
- Group: Vault Sync
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.