curl --request GET \
--url https://api.example.com/api/messaging/activity/recent/{
"count": 20,
"activities": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "campaign_created",
"description": "Created campaign 'Holiday Promotion'",
"user": {
"id": 1,
"email": "user@example.com",
"name": "John Doe"
},
"timestamp": "2025-11-27T10:30:00Z"
},
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"type": "sms_sent",
"description": "Sent SMS to +255614853618",
"user": {
"id": 1,
"email": "user@example.com",
"name": "John Doe"
},
"timestamp": "2025-11-27T10:25:00Z"
}
]
}
curl --request GET \
--url https://api.example.com/api/messaging/activity/recent/{
"count": 20,
"activities": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "campaign_created",
"description": "Created campaign 'Holiday Promotion'",
"user": {
"id": 1,
"email": "user@example.com",
"name": "John Doe"
},
"timestamp": "2025-11-27T10:30:00Z"
},
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"type": "sms_sent",
"description": "Sent SMS to +255614853618",
"user": {
"id": 1,
"email": "user@example.com",
"name": "John Doe"
},
"timestamp": "2025-11-27T10:25:00Z"
}
]
}
{
"count": 20,
"activities": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "campaign_created",
"description": "Created campaign 'Holiday Promotion'",
"user": {
"id": 1,
"email": "user@example.com",
"name": "John Doe"
},
"timestamp": "2025-11-27T10:30:00Z"
},
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"type": "sms_sent",
"description": "Sent SMS to +255614853618",
"user": {
"id": 1,
"email": "user@example.com",
"name": "John Doe"
},
"timestamp": "2025-11-27T10:25:00Z"
}
]
}