What is the call back url for APIs?
In other words, how does one connect a mobile app to Bubble so that the Bubble app always acts as the master app and so that the mobile app simply pushes/pulls data to/from Bubble?
What is the call back url for APIs?
In other words, how does one connect a mobile app to Bubble so that the Bubble app always acts as the master app and so that the mobile app simply pushes/pulls data to/from Bubble?
In development mode
https://yourapp.bubbleapps.io/version-test/api/1.0/wf/test "test is the name of your endpoint
Remember to add your parameters too
In live mode
https://yourapp.bubbleapps.io/api/1.0/wf/test "test is the name of your endpoint
Thanks sir.
I actually had just read the docs. It seems like they’ve been heavily upgraded and cover lots more now surrounding API’s.