Skip to main content

POST /api/zeq/agent/operators/promote

MethodPOST
Path/api/zeq/agent/operators/promote
GroupZeq Agent
Authsession cookie
Sourceshared/api-core/src/routes/zeqAgent.ts

Call it

curl -X POST https://zeqsdk.com/api/zeq/agent/operators/promote \
-H "Content-Type: application/json" \
-d '{}'

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

Reference