Skip to main content
Get app metrics
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string
required

The unique identifier of the app.

Response

OK

total_conversations
integer
required

The total number of conversations created through this app.

total_messages
integer
required

The total number of messages exchanged across all conversations.

total_users
integer
required

The total number of unique users who have interacted with this app.