cURL
curl --request GET \ --url https://botsettings.messagesimproved.com/get_total_message_count \ --header 'admin-email: <admin-email>' \ --header 'api-key: <api-key>'
{ "message_count": "<string>" }
API key for authentication.
Email of the admin making the request.
A prompt was successfully retrieved
The response is of type object.
object