Is get request in bubble API dynamic?

Just suppose I extract data of a sample API in bubble using get request with API connector and save the result, when value of some data changes in the original API will it be reflected automatically while using bubble app or I’ll have to re-initialize call?

1 Like

If the API structurally changes then yes, you must redefine it in the API section and reinitialize it.

If your API contains variables (variables in endpoints, query parameters, variable headers), you can set up these variable parameters while defining the API and pull them from the workflow while calling the API