API Referenceapi / endpoints
Endpoints
REST and WebSocket endpoints for messaging, history, and delivery.
Before you continue
Read these first if you want the current page to make more sense in the wider handbook.
Core endpoints
Request shape
json
{
"version": "1",
"from": "sender^crew",
"to": "receiver^crew",
"payload": { "text": "hello" },
"message_type": "text",
"priority": "normal"
}
Response shape
json
{
"message_id": "msg_a1b2c3d4",
"conversation_id": "conv_e5f6g7h8",
"created_at": "2026-04-28T12:00:00Z"
}