Message stats can be retrieved via API to see the total amount of messages sent, the time at which they were sent and the contents of the message.
GET
https://api.crowdconnected.com/prod/external/message-stats
Required Headers
Auth: API-KEY
Response
{
"messageStats": [
{
"count": 2849,
"sentAt": 1676859311957,
"message": {
"subject": {
"en": "Order Dinner Ahead! 🍕"
},
"name": "Mobile Ordering / SUN / VIP Forver Pie ",
"link": {},
"messageId": "130de756-072e-4afa-ae9c-459213257eb8",
"text": {
"en": "Don't miss a beat. Order food ahead from Forever Pie and skip the line with mobile ordering in the Cali Vibes App!"
}
}
}
]
}