Skip to main content

POST /api/sync

MethodPOST
Path/api/sync
GroupZeq Node
Authnone — public endpoint
Sourceshared/api-core/src/routes/zeqNode.ts

Call it

curl -X POST https://zeqsdk.com/api/sync \
-H "Content-Type: application/json" \
-d '{"nodeId":"…","handshake":"…","stateHash":"…","zeqond":0,"identityCount":0,"computationCount":0}'

Public endpoint — no authentication required.

Reference