| Create a message | POST | app.animate.io/api/v1/messages |
Important: User ID must belong to a member of the room, or the request will fail.
| Key | Value |
|---|---|
| auth_token | Your platform's auth token |
| room_id | The id of the room you want to post a message to. |
| user_id | The id of the user you want the message to be sent from. |
| content | The content of the message. |
| Index messages for a room | GET | app.animate.io/api/v1/rooms/:id |
| Key | Value |
|---|---|
| auth_token | Your platform's auth token |