Hello,
From our back-office, working on a user card, we would like to display a link leading to the Klaviyo Profile Page for this particular user, for which we know their Profile ID. Every BO user is of course supposed to be able to log in the Klaviyo dashboard.
We could try and reconstruct the url but it doesn’t have a fixed structure. It’s sometimes:
https://www.klaviyo.com/profile/{ProfileId}/{mail-without-dots-and-at-sign}
and sometimes
https://www.klaviyo.com/profile/{ProfileId}/{sluggified-first_name-dash-last_name}
depending on the info already at hand.
My question: is there a way to obtain the “official” link, by API or else?
Thanks!