API Reference
Chat Messages
Get chat messages
Path Parameters
chatId*string
Response Body
application/json
application/json
application/json
curl -X GET "https://loading/api/chats/string/messages"nullnull{
"message": "string"
}Send chat message
Path Parameters
chatId*string
Response Body
application/json
application/json
application/json
curl -X POST "https://loading/api/chats/string/messages"nullnull{
"message": "string"
}