Skip to main content

PUT /api/vault/sync

MethodPUT
Path/api/vault/sync
GroupVault Sync
Authauthenticated session
Sourceshared/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