How to access DB of another bubble application

Hi Bubbler’s ,

Can anyone help me how to access the DB of another bubble application .

In my case, If I create two bubble applications Primary app and Market place.

I have to access the DB of Market place app through my Primary Application.

Thanks in advance.

1 Like

Using the API. You can access bubble tables externally as a resource.

1 Like

As I say to my students here in Barcelona… “In English, please”

Where do I go to read about APIs?

1 Like

It is in the reference…

In the API section.

Essentially you allow the outside world to access your data via a URL.

https://appname.bubbleapps.io/api/1.0/obj/rentalunit

Where rentalunit is a thing in your app.

3 Likes

it worked !!!

Thank you very much @NigelG :slight_smile: you always help instantly with appropriate solutions…

1 Like