Skip to main content

POST /api/tally/burn

MethodPOST
Path/api/tally/burn
GroupTally Protocol
Authauthenticated session
Sourceshared/api-core/src/routes/tallyProtocol.ts

Call it

curl -X POST https://zeqsdk.com/api/tally/burn \
-H "Content-Type: application/json" \
-d '{"slug":"…","operators":[],"inputs":{},"domain":"…","proof_required":false}'

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

Reference