API
chat.sendMessage
API
chat.sendMessage
Sends a chat message to a given topic.
POST https://chat.api.rivet.gg/v1/messages
curl -X POST -d '@body.json' 'https://chat.api.rivet.gg/v1/messages'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
message_bodyrequired
object
Data to send in a chat message.
topicrequired
object
Topic to send a chat message to.
Response
chat_message_idrequired
string
curl -X POST -d '@body.json' 'https://chat.api.rivet.gg/v1/messages'