Skip to main content

POST /api/vpn/tunnel/handshake-request

MethodPOST
Path/api/vpn/tunnel/handshake-request
GroupVpn
Authoptional (richer response when authenticated)
Sourceshared/api-core/src/routes/vpn.ts

Call it

curl -X POST https://zeqsdk.com/api/vpn/tunnel/handshake-request \
-H "Content-Type: application/json" \
-d '{}'

Authentication is optional; an API key or session yields a richer response.

Reference