In the legacy API, both public and private API keys were acceptable as token authentication. What would you recommend as the best practice for transitioning to the new API without requiring users to update their current API keys? I aim to ensure a seamless transition where existing private keys function equivalently to public keys for users without necessitating any account modifications on their end.
Best answer by KeviSunshine
Hi @AW1,
We just went through a big Klaviyo APIs transition from v1 to v2. While there are a lot of changes with the new APIs, you can still use the same public and private keys as before, and they still have separate client-side and server-side APIs.
We just went through a big Klaviyo APIs transition from v1 to v2. While there are a lot of changes with the new APIs, you can still use the same public and private keys as before, and they still have separate client-side and server-side APIs.
So just to be sure I got your answer right, there’s no a single request (in the API) that works for both public or private. I need to perform client-side reqeust for public keys and server APIs for private? Am I right?