curl
Conversations
Send a message into a member's conversation (idempotent)
POST
curl
List a conversation's messages, newest-first, cursor-pagedServer-Sent Events stream of a member's conversation. Each event is `data: <PublicMessage JSON>` (id, authorID, type, body, createdAt). Comment lines `: heartbeat` keep the connection alive. Only NEW, member-visible messages are sent; use the messages endpoint for history.