cURL
curl --request GET \ --url https://api-message.nativehub.live/api/v1/dashboard \ --header 'Authorization: Bearer <token>'
{ "messages_today": 10250, "messages_week": 46090, "balance": 15432.5, "active_campaigns": 3, "recent_messages": [] }
Retrieve dashboard summary with key metrics and recent activity
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dashboard data retrieved successfully
Show child attributes