How to find API URL for Forms and submissions?

Hi all,
In Wix studio, I have one form called Donate Us it submits values on the submission table. How do I get those values using API?

You can expose your site data by creating an API endpoint using http-functions.js

If its a wix form you need to use the wix forms v2 api. If it’s a custom CMS form that you built, then wix data will be able to get your submissions.

If it’s the former, you will need to use elevate to bypass rbac permissions. I posted a forum a while back on how you can do it here.

1 Like