Leads
GET
/leads/{id}/activity

A merged, newest-first timeline of campaign step transitions and inbox messages for this lead (capped at 200 events).

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/leads/string/activity"
{  "data": [    {      "kind": "step",      "at": "2019-08-24T14:15:22Z",      "campaignId": "string",      "campaignLeadId": "string",      "stepType": "string",      "ok": true,      "chatId": "string",      "text": "string",      "isFromMe": true    }  ]}