Parameters
JSON body
Request body
application/jsonformCodestringRequiredForm code to add the field to.
Example
contact-formAdds a new empty text field at the end of the form. The field key is auto-generated. Use update-structure or rename-field-key to customize it.
JSON body
formCodestringRequiredForm code to add the field to.
contact-form1 status code documented
successbooleanRequired{
"success": false
}POST /bff/form/add-field
curl -X POST "https://api.bizkithub.com/bff/form/add-field" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"formCode": "contact-form"
}'All BizKitHub public API endpoints require authentication via API key.