Skip to main content

POST /api/donate/admin/decide/:id

MethodPOST
Path/api/donate/admin/decide/:id
GroupCrypto Donations
Authadmin session cookie
Sourceshared/api-core/src/routes/cryptoDonations.ts

Call it

curl -X POST https://zeqsdk.com/api/donate/admin/decide/:id \
-H "Content-Type: application/json" \
-d '{}'

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

Reference