Skip to main content
GET
/
contacts
/
{contactId}
/
timeline
Get contact timeline
curl --request GET \
  --url https://api.getarbol.com/v1/contacts/{contactId}/timeline \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Path Parameters

contactId
string
required

Contact ID (cnt_ prefix)

Query Parameters

limit
integer
default:10

Maximum results (1-50, default 10)

Required range: 1 <= x <= 50

Response

Contact timeline

items
object[]