ContractRabbit Docs
API Reference

Chat Messages

Get chat messages

GET
/api/chats/{chatId}/messages

Path Parameters

chatId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/chats/string/messages"
null
null
{
  "message": "string"
}

Send chat message

POST
/api/chats/{chatId}/messages

Path Parameters

chatId*string

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/api/chats/string/messages"
null
null
{
  "message": "string"
}