Authorization: ********************
{
"org_id": "string",
"project_id": "string",
"contact_manager_entry_id": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/contactmanager/contactmanager/listcontactactivitylog' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string",
"project_id": "string",
"contact_manager_entry_id": 0
}'
{
"contact_activity_log": [
{
"org_id": "string",
"project_id": "string",
"contact_manager_entry_id": 0,
"event_user": "string",
"event": {
"_dummy_event": {
"message": "string"
}
}
}
]
}