cURL
curl --request GET \ --url https://api.dimedove.com/v1/apps/{app_id}/metrics \ --header 'Authorization: Bearer <token>'
{ "total_conversations": 123, "total_messages": 123, "total_users": 123 }
Returns aggregated usage metrics for the app.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the app.
OK
The total number of conversations created through this app.
The total number of messages exchanged across all conversations.
The total number of unique users who have interacted with this app.