How to connect custom mobile app to database collections

Have created http request to receive data from collection but aren’t receiving any data, any help is appreciated

1 Like

Have you set it up as like using HTTP Functions.
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions
https://www.wix.com/corvid/reference/wix-http-functions.html

Or have you got access to the mobile apps api so that you can use Wix Fetch.
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

Or tried using the external database option that Wix already allow.
https://support.wix.com/en/article/corvid-adding-and-deleting-an-external-database-collection

We have it set up just like the first link. We’ve reread the http-functions page and followed everything it described on the page, so we used postman and tried to test the exposed functions but we continue to get a HTTP 400 (Bad Request) response. If you know what would be causing this could you please let me know as soon as you can. Thank you for your help