Skip to content

Get a list of activitylog events
deprecated

Request

Security
ApiKeyAuth or BearerAuth
Query
csidsArray of integers

a list of conversation ids associated with events

GET
/v1/conversations/activitylog
curl -i -X GET \
  '/v1/conversations/activitylog?csids=0' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A list of activitylog events

Bodyapplication/json
dataArray of objects(ActivityLog)required
pagingobject(Paging)
Response
{ "data": [ {} ], "paging": { "cursors": {}, "next_page": "string", "prev_page": "string" } }