Does Centerprise support fetching data from a live API using URL?

Hi, I just wanted to know if there is support in Centerprise regarding fetching live data from a live API URL. Let’s say by calling an API in the source dataflow in Centerprise and bringing the data from the live API.
If yes, how can we achieve the above-said task?

Hi Aftab,
There is no object such as a live API but we do have an API client and you can establish connections to any platform that has endpoints by using REST connection object.
In case you want to update the API outputs on a short interval basis, you can create your flow and schedule it to run at a specified interval (for example every hour). This can keep your data updated. Hope this helps!

1 Like

Perfect. Thank you for explanation.

1 Like