curl https://api.ravan.ai/api/v1/contacts/019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b/activities \
-H "X-Api-Key: YOUR_API_KEY"
{
"success": true, "message": "Activities fetched successfully",
"data": [
{ "type": "call", "description": "Completed call with Sales Agent (2m 5s)", "timestamp": "2026-03-22T10:30:00Z" },
{ "type": "appointment", "description": "Demo booked for Mar 25 at 2:00 PM", "timestamp": "2026-03-22T10:32:00Z" },
{ "type": "note", "description": "Interested in enterprise plan. Follow up after demo.", "timestamp": "2026-03-22T11:00:00Z" }
]
}
Retrieve the activity timeline for a contact — calls, appointments, campaigns, and notes in chronological order.
curl https://api.ravan.ai/api/v1/contacts/019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b/activities \
-H "X-Api-Key: YOUR_API_KEY"
{
"success": true, "message": "Activities fetched successfully",
"data": [
{ "type": "call", "description": "Completed call with Sales Agent (2m 5s)", "timestamp": "2026-03-22T10:30:00Z" },
{ "type": "appointment", "description": "Demo booked for Mar 25 at 2:00 PM", "timestamp": "2026-03-22T10:32:00Z" },
{ "type": "note", "description": "Interested in enterprise plan. Follow up after demo.", "timestamp": "2026-03-22T11:00:00Z" }
]
}
curl https://api.ravan.ai/api/v1/contacts/019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b/activities \
-H "X-Api-Key: YOUR_API_KEY"
{
"success": true, "message": "Activities fetched successfully",
"data": [
{ "type": "call", "description": "Completed call with Sales Agent (2m 5s)", "timestamp": "2026-03-22T10:30:00Z" },
{ "type": "appointment", "description": "Demo booked for Mar 25 at 2:00 PM", "timestamp": "2026-03-22T10:32:00Z" },
{ "type": "note", "description": "Interested in enterprise plan. Follow up after demo.", "timestamp": "2026-03-22T11:00:00Z" }
]
}