Bjarne Fyrstenborg
01/12/2024, 10:25 AMGET
.. but I know there are work in v14 regarding management API.
Furthermore is will there be endpoints to POST
form data in a headless setup using Delivery API or would one need to implement this in its own controller/endpoint?Anders Bjerner
01/12/2024, 11:00 AMAnders Bjerner
01/12/2024, 11:03 AMUmbraco:Forms
looks like this:
json
{
"Options": {
"EnableFormsApi": true
},
"Security": {
"EnableAntiForgeryTokenForFormsApi": false,
"FormsApiKey": "your api key"
}
}
IIRC the API endpoints are shown in Swagger. There is a GET endpoint for getting the form definition, and a POST endpoint for the data submission.Bjarne Fyrstenborg
01/12/2024, 12:00 PMAnders Bjerner
01/12/2024, 12:03 PMBjarne Fyrstenborg
01/12/2024, 12:11 PMAnders Bjerner
01/12/2024, 12:18 PM