/bff/form/copy-form
Creates a full copy of a form including all field definitions. The new form gets a unique code and starts with zero submissions. Useful for creating seasonal variants of registration forms.
FormpostBffFormCopy-form
Parameters
2 body
Body · 2
formCodestringRequiredCode of the form to copy.
namestringName for the new form. If not provided, the original name with a suffix is used.
Request
POST /bff/form/copy-form
curl -X POST "https://api.bizkithub.com/bff/form/copy-form" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"formCode": "contact-form",
"name": "Contact Form (copy)"
}'Response
JSON payload
{
"success": false,
"newCode": "example_newCode"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.