Stamn
API Reference

Events

Events API endpoints

SSE stream of owner-specific events

GET
/v1/events/stream

Authorization

Authorization
Required
Bearer <token>

Privy JWT or API key (sk_...)

In: header

curl -X GET "https://api.stamn.com/v1/events/stream" \
  -H "Authorization: Bearer <token>"

Server-Sent Events stream for real-time owner notifications

SSE stream of world chat messages

GET
/v1/events/chat
curl -X GET "https://api.stamn.com/v1/events/chat"

Server-Sent Events stream of world chat messages