Chats
List chat messages
get/api/v2/chats/{chat}/messages
Path parameters
chatstring uuid required
Chat ID
Query parameters
before_idinteger
Return messages with id < before_id
after_idinteger
Return messages with id > after_id
limitinteger
Page size, 1 to 200. Defaults to 50.
Response
OK