Create Folder
Create an owned document folder, optionally nested beneath another owned folder.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Folder name. Names are case-insensitively unique among siblings.
parent_id
Optional owned parent folder. Null or omitted creates a root folder.
Response
This endpoint returns an object.
id
Folder ID.
name
Display name.
created_at
Creation time.
updated_at
Last update time.
parent_id
Parent folder ID, or null for a root folder.
Errors
400
Invalid Folder
401
Authentication Error
404
Folder Not Found
409
Folder Conflict
