Hi guys, is there a way to access a collection from a different wix site? Homepage A has a collection Homepage B wants r/w access to A

(Both homepages are based on wix)

Hey Florian, there definitely is. You can expose the collection of Homepage A via the Wix HTTP Functions API, by creating a REST Endpoint. This guide has an example on setting this up from your Wix Site - https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions

Hi Chris, thanks for your quick answer! I understand now the concept! One more question though.
I guess from a usability point, it would be much easer to get the data in External Data collection?
Is it possible to use the data from A in an External Data Collection of Site B?
If so I guess I have to create different HTTP function for GET, PUT and POST right?
Any hint if I am on the right track here?
J Florian