DocsAPI ReferenceForm/bff/form/copy-form
postFormAdmin BFF

/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

2 total
Body · 2
formCodestringRequired

Code of the form to copy.

namestring

Name for the new form. If not provided, the original name with a suffix is used.

Request

POST /bff/form/copy-form

post
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.

Get API Key