DocsAPI ReferenceForm/bff/form/reorder-fields
postFormAdmin BFF

/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

2 total
Body · 2
formCodestringRequired

Form code.

fieldKeysstring[]Required

Ordered array of field keys. Position is assigned by index (0-based).

Request

POST /bff/form/reorder-fields

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

Get API Key