Skip to main content

POST /api/handshake

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

Call it

curl -X POST https://zeqsdk.com/api/handshake \
-H "Content-Type: application/json" \
-d '{"sourceNodeId":"…","challenge":"…","zeqond":0}'

Public endpoint — no authentication required.

Reference