cURL
curl --request GET \ --url https://api-message.nativehub.live/api/v1/analytics/country-breakdown \ --header 'Authorization: Bearer <token>'
[ { "country_code": "BD", "country_name": "Bangladesh", "total": 98520, "delivered": 95230, "failed": 3290 } ]
Retrieve message volume breakdown by country
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Start date for country breakdown
End date for country breakdown
Country breakdown retrieved successfully
[ { "country_code": "BD", "country_name": "Bangladesh", "total": 98520, "delivered": 95230, "failed": 3290 }]