DocsAPI ReferenceForm/bff/form/duplicate-field
postFormAdmin BFF

/bff/form/duplicate-field

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

FormpostBffFormDuplicate-field

Parameters

2 body

2 total
Body · 2
formCodestringRequired

Form code.

fieldCodestringRequired

Key of the field to duplicate.

Request

POST /bff/form/duplicate-field

post
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"
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key