cURL
curl --request GET \ --url https://api.sternrockcapital.com/leads/{leadId}/activities
[ { "createdAt": "<string>", "id": "<string>", "leadId": "<string>", "payload": "<any>", "type": "call", "updatedAt": "<string>", "userId": "<string>" } ]
Returns all activities (notes, calls, emails, meetings) for the lead identified by leadId.
UUID of the lead
list of activities for the lead
call
email
text-message
created
meeting
note
merge