Skip to main content
PUT
Move a form between folders

Authorizations

Authorization
string
header
required

Personal Access Token prefixed with fh_. Sent as Authorization: Bearer fh_xxx. The scope required by each endpoint is listed in that endpoint's description.

Path Parameters

form_token
string
required

Form token

Body

application/json

Moves a form into (or out of) a folder for the current user's view. All attributes optional.

folder_token
string

Target folder token; omit or pass an empty string to move the form to the desktop (root).

original_folder_token
string

Original folder token; required to authorize a cross-folder move when the current folder is not managed by the current user.

Response

Moved to the desktop (folder_token omitted)

data
object
required
Last modified on July 24, 2026