I know we can use wix data api to retrieve data from collection within our website; we can also use fetch api to get data from other sources.
But can I access my Wix collection outside Wix?
Let’s say I have a wix website to collect data from user and these data is stored in Wix database (collection), I created a java app and all the processing logic is there.
My java app needs to get the data from my Wix database and perform the logic.
Is it possible to do so?