GET
/
get_total_message_count
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>"
}

Headers

api-key
string
required

API key for authentication.

admin-email
string
required

Email of the admin making the request.

Response

200
application/json

A prompt was successfully retrieved

The response is of type object.

GET
/
get_total_message_count
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>"
}

Headers

api-key
string
required

API key for authentication.

admin-email
string
required

Email of the admin making the request.

Response

200
application/json

A prompt was successfully retrieved

The response is of type object.