Skip to content

Get Bot Token

This API will provide the bot token to access the bot API like send message as bot

To obtain your bot token for ChatMe:

  1. Search for “chatmebot” in ChatMe app.
  2. Start a chat with chatmebot
  3. Use the command /newbot to create a new bot
  4. Follow the Bot’s instructions to set up your bot
  5. Once completed, you will receive your bot token

this api allow to get latest update of bot activity

Endpoint : /bot/{chatmeBotToken}/get-updates

Http method : GET

Auth required : NO

Content example

{
"data": [
{
"name": "Haha22",
"roomType": "g",
"roomId": "685e19b026c11e7141154123",
"avatar": null,
"message": {
"type": "text",
"_id": "6860eda56813fa4d6c261ac7",
"message": "Hello",
"sender": {
"_id": "644788d114ce799315bfc502",
"name": "Vireak",
"avatar": "https://wrs.chat-me.chat/chat-me/1684825547645-image_picker_4158F144-59E8-4BDA-8085-AEA1037D7CDF-3239-000000A8C119646D.jpg",
"profileId": "g_644788d114ce799315bfc502",
"role": "owner"
},
"mentions": [],
"createdAt": "2025-06-29T07:39:17.534Z",
"attachments": [],
"isMentioned": false
}
}
]
}