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"

参数

FieldTypeReqDefaultDescription
withUnreadbooleanNfalseInclude unread message counts
unreadOnlybooleanNfalseOnly return conversations with unread messages

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test