Skip to main content

POST /api/agent/:zid/plans/draft

MethodPOST
Path/api/agent/:zid/plans/draft
GroupAgent Plans
Authsession cookie
Sourceshared/api-core/src/routes/agentPlans.ts

Call it

curl -X POST https://zeqsdk.com/api/agent/:zid/plans/draft \
-H "Content-Type: application/json" \
-d '{}'

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

Reference