cURL
curl --request GET \ --url https://api-message.nativehub.live/api/v1/messages/stats \ --header 'Authorization: Bearer <token>'
{ "total": 15420, "delivered": 14850, "failed": 320, "pending": 150, "queued": 100 }
Retrieve aggregate message statistics for a time period
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Start date for statistics
End date for statistics
Statistics retrieved successfully