Skip to main content
POST
Create a folder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
required

The display name of the folder.

Example:

"Elections 2026"

Response

201 - application/json

The newly created folder.

id
integer

The unique identifier for the folder.

Required range: x >= 1
title
string

The display name of the folder.

workspaces
integer[]

The IDs of the workspaces assigned to this folder.