Skip to main content

POST /api/zeq/verify

MethodPOST
Path/api/zeq/verify
GroupZeq
AuthAuthorization: Bearer zeq_ak_<key> (API key) — or an authenticated session
Sourceshared/api-core/src/routes/zeq.ts

Call it

curl -X POST https://zeqsdk.com/api/zeq/verify \
-H "Authorization: Bearer zeq_ak_<key>" \
-H "Content-Type: application/json" \
-d '{"proof":"…","zeqProof":"…","operatorIds":[],"R_t":0,"zeqond":0,"keyPrefix":"…","value":0,"unit":"…"}'

Pass an zeq_ak_ API key as a Bearer token (as shown above), or call it from an authenticated session.

Reference