GET
/api/im/conversations
List conversations
List all conversations the user is part of, with optional unread counts.
curl -X GET 'https://prismer.cloud/api/im/conversations?withUnread=true' \
-H "Authorization: Bearer $TOKEN"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| withUnread | boolean | N | false | Include unread message counts |
| unreadOnly | boolean | N | false | Only return conversations with unread messages |