Skip to main content

POST /api/zsp/unprotect

MethodPOST
Path/api/zsp/unprotect
GroupZsp
Authauthenticated session
Sourceshared/api-core/src/routes/zsp.ts

Call it

curl -X POST https://zeqsdk.com/api/zsp/unprotect \
-H "Content-Type: application/json" \
-d '{"envelope":{},"zid":"…"}'

Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.

Reference