cURL
curl --request GET \ --url https://api-message.nativehub.live/api/v1/analytics/message-volume \ --header 'Authorization: Bearer <token>'
{ "labels": [ "2026-02-10", "2026-02-11", "2026-02-12", "2026-02-13", "2026-02-14" ], "data": [ 8420, 9150, 8950, 9320, 10250 ] }
Retrieve message volume data grouped by time period
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Start date for analytics
End date for analytics
Time period grouping
day
week
month
Message volume data retrieved successfully