Parameters
JSON body
Request body
application/jsonformCodestringRequiredForm code.
Example
contact-formfieldKeysstring[]RequiredOrdered array of field keys. Position is assigned by index (0-based).
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.
JSON body
formCodestringRequiredForm code.
contact-formfieldKeysstring[]RequiredOrdered array of field keys. Position is assigned by index (0-based).
1 status code documented
successbooleanRequired{
"success": false
}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"
]
}'All BizKitHub public API endpoints require authentication via API key.