Is it possible to validate data being POSTed into bubble?

I want to make an API endpoint that enables users to complete a form with a POST call instead of requiring them to manually complete a form. The form has basic field validation to check that the values are sensical. My question is, is there a way to check the values of a POST call and return an error message if the value is not sensical?

This topic was automatically closed after 70 days. New replies are no longer allowed.