Chat
Get Number Messages Left
In this guide, this tutorial, we will walk through the process of getting the remaining number of messages from the ChatFly API.
API Endpoint
The API endpoint for get number message left is:
Make sure to replace {bot_id}
with the UUID of your bot..
Request Body
To get number message left, you need to send a GET request to the API endpoint with a Parameter request. Here’s an example JSON request:
- bot_id (string): id of your bot.
Example Request
Here’re example command sto get bot number message left using the ChatFly API:
Replace token
with your token access.
Response Body
The number message left of Bot is responded:
Was this page helpful?