Skip to Content
These docs are actively being updated. Check back regularly for new guides and API references.
API ReferenceCustomers

Customers API

Retrieve customer data and interaction timelines.

List customers

GET /api/v1/customers Authorization: Bearer <token>

Returns the top 100 customers sorted by lastSeen (most recent first).

Get a customer

GET /api/v1/customers/:id Authorization: Bearer <token>

Returns the customer profile along with their touchpoints.

Customer timeline

GET /api/v1/customers/:id/timeline Authorization: Bearer <token>

Returns all touchpoints for this customer ordered chronologically (ascending). Each touchpoint includes the action, channel, campaign attribution, and timestamp.

EndpointDescription
GET /api/v1/segmentsList all customer segments
GET /api/v1/campaignsList all campaigns
GET /api/v1/opportunitiesTop 50 opportunities by score
GET /api/v1/journeysList customer journeys
GET /api/v1/cohortsList algorithm-discovered cohorts
GET /api/v1/productsList products