GET /api/vault/sync
| Method | GET |
| Path | /api/vault/sync |
| Group | Vault Sync |
| Auth | authenticated session |
| Source | shared/api-core/src/routes/vaultSync.ts |
Call it
curl -X GET https://zeqsdk.com/api/vault/sync
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.