Skip to main content
Solved

Klaviyo Profile API - Updated At field

  • July 14, 2021
  • 1 reply
  • 145 views

Forum|alt.badge.img+2

Hi,

I see that the Profile API does not return the updated_at field for a profile. Is there any other way to get this information using the API? I see that it is available in the UI when viewing a person’s profile.

I would love this feature and think it would be easy to add since the data is already in the UI.

Thank you,

Jeremy

Best answer by Dov

Hello @Jeremy Hanslow,

Thank you for sharing your question with the Klaviyo Community.

That is a great request. I will put in a feature proposal on your behalf. 

Depending on your end-goal with this field, a potential workaround in the meantime to gather information on folks who’s profiles were updated would be to create a segment to say: Properties about someone last active, day is today (or within the last X amount of days). From here, use the list V2 api to return profiles off of this segment:  https://www.klaviyo.com/docs/api/v2/lists#get-members-all the profile will enter the segment when someone happens to them, you can then query for any information on the profiles that were returned.

This topic has been closed for replies.

1 reply

Dov
Forum|alt.badge.img+61
  • Klaviyo Alum
  • Answer
  • July 15, 2021

Hello @Jeremy Hanslow,

Thank you for sharing your question with the Klaviyo Community.

That is a great request. I will put in a feature proposal on your behalf. 

Depending on your end-goal with this field, a potential workaround in the meantime to gather information on folks who’s profiles were updated would be to create a segment to say: Properties about someone last active, day is today (or within the last X amount of days). From here, use the list V2 api to return profiles off of this segment:  https://www.klaviyo.com/docs/api/v2/lists#get-members-all the profile will enter the segment when someone happens to them, you can then query for any information on the profiles that were returned.