Hello, I am a developer integrating Klaviyo in our app.
I am looking for the right way to know if a user has uninstalled the link to our app from Klaviyo’s side.
What I was going to do:
requesting for a new refresh token and if I get an error that it has been revoked, then I can remove it.
This solution looks a bit “hacky” and might not be the best way to refresh the status of the integration.
I guess the best way would be to have a webhook for that, or maybe an endpoint to call. But I can’t find neither of those in the documentation :/
Should I proceed with my hacky solution, or do you have a better solution to suggest?
Fyi, currently using: https://github.com/klaviyo/klaviyo-api-node
Best way to refresh integration status
Best answer by jeremykanso
In the end, I might just need an endpoint to ping klaviyo and know if a token has been revoked or not.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.