Retrieving Umbraco Forms as JSON
# help-with-umbraco
p
I see there is an API Endoint for requesting forms: https://docs.umbraco.com/umbraco-forms/v/13.forms.latest-lts/developer/ajaxforms ...but, can we do this in our own code without referencing the endpoint? So if I have my own API already I would like to serialize a form in the same format the official Forms API returns them?