Skip to main content

POST /api/ssl/peer-seed/keyex/respond

MethodPOST
Path/api/ssl/peer-seed/keyex/respond
GroupSsl
Authsession cookie
Sourceshared/api-core/src/routes/ssl.ts

Call it

curl -X POST https://zeqsdk.com/api/ssl/peer-seed/keyex/respond \
-H "Content-Type: application/json" \
-d '{}'

Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.

Reference