Skip to main content
POST
Create a folder

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.

Body

application/json
name
string

Folder name; falls back to a default when blank

Example:

"New folder"

parent_folder_token
string | null

Parent folder token; omit or pass null to create at the root

Example:

"KaB2c1"

Response

Created

data
object
required
Last modified on July 24, 2026