Skip to main content

POST /api/msg/conversations/:id/messages

MethodPOST
Path/api/msg/conversations/:id/messages
GroupMsg
Authauthenticated session
Sourceshared/api-core/src/routes/msg.ts

Call it

curl -X POST https://zeqsdk.com/api/msg/conversations/:id/messages \
-H "Content-Type: application/json" \
-d '{"content":null,"contentType":null,"replyTo":null,"whisper":null,"attachments":null}'

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

Reference