Skip to main content

POST /api/quantum-verify

MethodPOST
Path/api/quantum-verify
GroupQuantum Verify
Authsession cookie
Sourceshared/api-core/src/routes/quantumVerify.ts

Call it

curl -X POST https://zeqsdk.com/api/quantum-verify \
-H "Content-Type: application/json" \
-d '{}'

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

Reference