Skip to main content

POST /api/community-operators/:id/stake

MethodPOST
Path/api/community-operators/:id/stake
GroupCommunity Operators
Authsession cookie
Sourceshared/api-core/src/routes/communityOperators.ts

Call it

curl -X POST https://zeqsdk.com/api/community-operators/:id/stake \
-H "Content-Type: application/json" \
-d '{}'

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

Reference