Skip to main content

PUT /api/state-machines/:slug/chats

MethodPUT
Path/api/state-machines/:slug/chats
GroupMachine Chats
Authsession cookie
Sourceshared/api-core/src/routes/machineChats.ts

Call it

curl -X PUT https://zeqsdk.com/api/state-machines/:slug/chats \
-H "Content-Type: application/json" \
-d '{}'

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

Reference