Skip to main content

POST /api/relay

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

Call it

curl -X POST https://zeqsdk.com/api/relay \
-H "Content-Type: application/json" \
-d '{"packed":"…","metadata":null,"nodeId":"…","handshake":"…"}'

Public endpoint — no authentication required.

Reference