Metric by month. Metrics are retained for 180 days.
cURL
curl --request GET \ --url https://1-some-client.some-server.healvi-chat/third-party/v1/metrics/{year}/{month} \ --header 'Authorization: Bearer <token>'
{ "data": { "year": 123, "month": 123, "customer_messages_count": 123, "new_customers_count": 123, "existing_customers_count": 123, "fresh_conversations_count": 123, "agent_messages_count": 123, "average_agent_response_time_minutes": 123, "marketing_opt_in_profiles_count": 123, "marketing_opt_out_profiles_count": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Collected metrics on a monthly basis.
Show child attributes