This url has been working forever, since I used Bubble Data API 2 years ago
https://[project-id].bubbleapps.io/version-test/api/1.1/obj//team/[TeamID]
However it stop working in last few days. I found out my url builder generates an additional forward slash “obj//team”. It’s my bad having this bug in my fetch query for so long, just FYI in case you have the same issue.
The correct request url should be:
https://[project-id].bubbleapps.io/version-test/api/1.1/obj/team/[TeamID]