Using APIs to display results

Completely new to Bubble and got some basic design and work flow done… Now I am trying to figure out how to show listings…for example of properties…
I want to…
A. Connect a particular API… I have the info from the other API
B. Display certain results on the index page /search page in a particular style (example, image of listing, then price,and other minor details)
C. Then display the full details on the results page.
D. Can I run two APIs at once? For example… Send a particular set of data from the one API result to another API to then display a result on the actual page?

Hi,

I believe its possible. i.e you can get user customer id from a stripe api call and feed it into another get call fetching user subscriptions. Could be a repeating group showing user subscriptions.

NB: Best case is to store user stripe customer id and reuse it in future.

Thanks,
Amos

Hmm - thank you man

1 Like