Hello
We received an email saying that the
Public API V2 List Tags endpoint (Keap REST API)
is going to be changed on 11/18/2024
due to the way that returns next_page_token in a format that is not compliant with V2 specifications
We perfectly understand the changes needed to approach the new API response
But it seems that we don’t have a way to test it, and make sure that our code changes will be working on both current release and the release after 11/18/2024.
Is there a way to force the API to respond with the new response (The next_page_token will be an encrypted string instead of a URL)?
or, shouldn’t the API have already the new behavior applied on sandbox accounts ?
Thanks