Get unique conversation
POST/getUniqueConversation
Gets or creates a conversation identified by a unique key string. The actual thread resolution is handled by addon filters — the core plugin fires better_messages_get_unique_conversation filter and returns the resolved thread. This is commonly used for E2E encryption rooms and context-specific conversations. Public endpoint — does not require authentication.
Request
Responses
- 200
Thread data if found, or false if no matching conversation exists