Has anyone used Bubble to get/update data from another bubble app via api?

I would like for Parent App A to be able to get data from Child App B and Child App C, edit the data and push that data back to both Child Apps.

I can get the GET api function to work but when I use POST or PATCH I get an authentication issue. Which is odd as the header includes the private-key… otherwise I couldn’t get the GET function to work…

Thanks,
T.

Make sure your header is as follows: Authorization: Bearer <your api key>

That’s the case already.

I just wondered if I had to have Oauth setup?

Solved - You don’t need to use the privatekey-url or anything just as @GH5T suggested, basic header with authorization and you’re good.

1 Like