Skip to main content
Contributor I
October 21, 2021
Solved

How Can I find a Profile Created Date via API?

  • October 21, 2021
  • 1 reply
  • 244 views

I have been looking thru the API profile documentation https://apidocs.klaviyo.com/reference/profiles#get-profile trying to find where Profile Creation Date as well as First Active and Last Active dates are at. I have checked other API’s but can’t seem to find them.

Anyone able to provide some assistance for this?

Thanks.

    This topic has been closed for replies.
    Best answer by Taylor Tarpley

     

    Hi @Justin T , 

     

    Welcome to the Community and thank you for sharing your question with us! 

     

    The profile creation date of a user is confirmed to be returned by the profiles API: https://apidocs.klaviyo.com/reference/profiles#get-profile. It will be found at the very bottom of the returned data , in a similar format of what your see below, under ‘first’ and ‘last’ name: 

     "created": "2019-07-24 17:38:20"

     

     Unfortunately, there is no way at this time to pull the last active timestamp.

     

    Thanks for sharing your question in the Community! 

    -Taylor  

    1 reply

    Taylor Tarpley
    Community Manager
    Community Manager
    October 26, 2021

     

    Hi @Justin T , 

     

    Welcome to the Community and thank you for sharing your question with us! 

     

    The profile creation date of a user is confirmed to be returned by the profiles API: https://apidocs.klaviyo.com/reference/profiles#get-profile. It will be found at the very bottom of the returned data , in a similar format of what your see below, under ‘first’ and ‘last’ name: 

     "created": "2019-07-24 17:38:20"

     

     Unfortunately, there is no way at this time to pull the last active timestamp.

     

    Thanks for sharing your question in the Community! 

    -Taylor