Skip to main content

POST /api/chain/:slug/audit/decrypt

MethodPOST
Path/api/chain/:slug/audit/decrypt
GroupChain Admin
Authsession cookie
Sourceshared/api-core/src/routes/chainAdmin.ts

Call it

curl -X POST https://zeqsdk.com/api/chain/:slug/audit/decrypt \
-H "Content-Type: application/json" \
-d '{}'

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

Reference