How can i get access to my Wix Database from an external Application via API?

Hi, everybody,

is there any possibility to readout the information from the WIX database & write into a native APP.
I would like to read certain fields from the WIX database to work with them in a external APP.

How can i get Access to my Wix Database from an external App?

I would be really appreciate if somebody can assist me.

If its not possible please tell me.

Its better than receiving no feedback

Thank you so much .

Have a look at Wix Fetch or Wix HTTP Functions.

https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
https://support.wix.com/en/article/corvid-calling-server-side-code-from-the-front-end-with-web-modules
https://www.wix.com/corvid/reference/wix-fetch.html

https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions
https://www.wix.com/corvid/reference/wix-http-functions.html

Hello givemeawhisky,

Thank you so much for this quick reply,
i will try these links.

This example might also help:

Expose and Access Site APIs

Use MyApi and MyApiClient to expose and access external APIs.

Thank you Yisrael