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
Example response
[
{
"content": "<p>This is the chat message's content</p>"
}
]