v1

latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KB
messages

Get the 100 most recent chat messages from a direct message conversation. Only direct messages that include at least one admin user can be accessed via the API.

get/directMessages/{chatID}

Path parameters

chatIDstring uuid required

Response

Successful response

idstring uuid
userIDstring uuid

The id of the user that created this chat message

contentstring

The content of the chat message

imagesstring[]

A list of URLs pointing to any image attachments on the comment

filesstring[]

A list of URLs pointing to any file attachments on the comment

createdAtstring date-time

Example response

[
  {
    "content": "<p>This is the chat message's content</p>"
  }
]