Skip to main content
GET
/
api
/
v1
/
messages
/
stats
/
summary
Get Message Stats
curl --request GET \
  --url https://api.example.com/api/v1/messages/stats/summary
{
  "total": 123,
  "by_status": {},
  "by_direction": {},
  "outbound_by_status": {},
  "last_7_days": 123,
  "last_30_days": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string | null

Response

Successful Response

Message statistics response.

total
integer
required
by_status
By Status · object
required
by_direction
By Direction · object
required
outbound_by_status
Outbound By Status · object
required
last_7_days
integer
required
last_30_days
integer
required