I am developing a feature using Typeform Responses API.
Everything was fine, I tested a bunch of times in the previous days and the API was retrieving Typeform data correctly.
Suddenly (literally) it stopped working and now, for the same query, instead of the responses, i am receiving an array like:
- {
-
code: "NOT_FOUND",
-
description: "Endpoint not found"
-
I even tried to regenerate the API token but it didn't work.
Does anybody know how to fix or if something has changed?