Hi Retool Community,
I’m currently building an application on Bubble.io and would like to manage and visualize my database using Retool's admin panel. However, I’m unsure how to establish a proper connection between Bubble’s database and Retool.
Has anyone successfully integrated the Bubble.io database with Retool before? I’m looking for guidance on:
- Whether it's possible to directly connect Bubble's database to Retool.
- If not, what are the best practices or alternative methods (e.g., using the Bubble Data API, setting up a middleware, etc.).
- Any authentication or API setup steps I should be aware of.
Any insights, tutorials, or advice would be greatly appreciated!
Thanks in advance,
Hi @Kash_Khera,
you can simply try rest api with get method to visualize all you bubble database data in retool.
Firsly you have to add a query with rest api of get method and add the api endpoint of your bubble database table. I already configured this out with one of my apps.
This api endpoint is something like this:
after getting the results you can display them in table component.
If you want any other concerns regarding rest api follow this document:
1 Like
Hi @ahsan_ali_shah1 — thanks a lot for the quick response!
Let me check this out and try integrating it with the GET method using Bubble's API. If it works as expected, I’ll be truly thankful to you 
Appreciate your help!
1 Like
Hi @ahsan_ali_shah1 ,
I tried the solution you provided, and it worked perfectly! I truly appreciate your help—thank you so much for pointing me in the right direction.
Really grateful for your support! 
2 Likes