Skip to main content

Klaviyo API. Single Profile Events

  • February 17, 2025
  • 2 replies
  • 25 views

Forum|alt.badge.img+5

When will we be able to have this type of API again?

https://developers.klaviyo.com/en/v1-2/reference/profile-metrics-timeline

We've been waiting for it for 2 years, all this waiting seems to me to be a way for you to prevent us from using events to send communications externally.

Instead, my idea is to use it to understand through AI what the behaviors of a single contact are and perhaps communicate in a relevant way through an email.

How much longer do we have to wait? All this is honestly frustrating. You're dragging out something so simple.

Did this topic or the replies in the thread help you find an answer to your question?

2 replies

MANSIR2094
Expert Problem Solver III
Forum|alt.badge.img+17
  • Expert Problem Solver III
  • 266 replies
  • February 17, 2025

Hello ​@Vincenzo Cassese , sorry for that and thank you for reaching out, 

Although Klaviyo hasn’t reintroduced the Profile Metrics Timeline API, and there’s no official update on its return. While frustrating, an alternative is using Events API to track behaviors and store event data externally for AI analysis. If real-time insights are critical, webhooks can push key events to your system as they happen.


Forum|alt.badge.img+7
  • Klaviyo Employee
  • 169 replies
  • February 18, 2025

You can use the Get Events call with a filter for the profile ID.

https://developers.klaviyo.com/en/reference/get_events

     For example:

https://a.klaviyo.com/api/events?filter=equals%28profile_id%2C%2712345ABCDE67890%27%29