Skip to main content

POST /api/zsc/grant/:name

MethodPOST
Path/api/zsc/grant/:name
GroupZsc Admin
Authadmin session cookie
Sourceshared/api-core/src/routes/zscAdmin.ts

Call it

curl -X POST https://zeqsdk.com/api/zsc/grant/:name \
-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