cURL
curl --request GET \ --url https://backend.chatfly.co/api/chat/num-message-left
{ "bot_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "num_message_left": 123 }
Get the number of messages left for a bot.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Schema for response containing the number of messages left.
Was this page helpful?