One endpoint with multiple API calls/parameters

I’m attempting to create a public API end-point that receives a JSON object, but the API that it will be interacting with can send one of multiple objects with different parameter names/variables. I cannot specify for the external API to communicate with the bubble.is app end-point on a different URL for each query type. Are there any ways within bubble around this problem?

Hey @shaffer.brett!

You might have to manually build in Postman a post to your endpoint and include all of the possible objects, then use the Detect Request Data in Bubble to capture that response. It will initialize the api with all the possible objects so it is prepared when they show up.

2 Likes