Skip to content
WhatIsUp.dev
Esta página está disponible solo en inglés por ahora.

Chats

Chat metadata flags — pin, mute, archive, unread, ephemeral. We do not store message history; the gateway is stateless on message bodies.

GET/v1/channels/:id/chatsBearer · API key
GET/v1/channels/:id/chats/:jidBearer · API key
PATCH/v1/channels/:id/chats/:jidBearer · API key
POST/v1/channels/:id/chats/:jid/readBearer · API key
POST/v1/channels/:id/chats/:jid/unreadBearer · API key
DELETE/v1/channels/:id/chats/:jidBearer · API key

The PATCH body accepts any subset of { pinned, archived, muted_until, unread, ephemeral_expiration }. muted_until is unix seconds; null clears the mute.

Webhook events: chat.updated, chat.archived, chat.pinned.