Hee everyone,
I’ve got some problems setting up the GET request to the Bubble API and hope you guys can point me in the right directions.
What I’ve done so far:
- Checked the “This app exposes a GET/DATA API” box in the API tab of bubble
- Not checked any of the database table boxes bellow in the API tab
- Set up an API token with label “test” in the API tab
- Set up a Postman GET request to https://x.bubbleapps.io/version-test/api/1.1/obj/y
Where x is my appname and y is the name of one of my tables - Set up a header “Authorization: Bearer API_TOKEN” in Postman
- Entered the key from the bubble API tab as its value in Postman
Thx for your help in advance!

