/bff/form/reorder-fields
Sets the display order of all fields in a form. Pass all field keys in the desired order — the position of each field is set by its index in the array.
FormpostBffFormReorder-fields
Parameters
2 body
Body · 2
formCodestringRequiredForm code.
fieldKeysstring[]RequiredOrdered array of field keys. Position is assigned by index (0-based).
Request
POST /bff/form/reorder-fields
curl -X POST "https://api.bizkithub.com/bff/form/reorder-fields" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"formCode": "contact-form",
"fieldKeys": [
"string"
]
}'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.