Parameters
JSON body
Request body
application/jsonformCodestringRequiredForm code.
Example
contact-formfieldCodestringRequiredKey of the field to duplicate.
Example
emailCreates a copy of an existing field with a new auto-generated key. The duplicate is placed right after the original field. All properties (type, label, options, etc.) are copied.
JSON body
formCodestringRequiredForm code.
contact-formfieldCodestringRequiredKey of the field to duplicate.
email1 status code documented
successbooleanRequired{
"success": false
}POST /bff/form/duplicate-field
curl -X POST "https://api.bizkithub.com/bff/form/duplicate-field" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"formCode": "contact-form",
"fieldCode": "email"
}'All BizKitHub public API endpoints require authentication via API key.