Skip to main content

POST /api/vpn/tunnel/handshake-accept

MethodPOST
Path/api/vpn/tunnel/handshake-accept
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-accept \
-H "Content-Type: application/json" \
-d '{}'

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

Reference