Skip to main content
POST
/
v1
/
folders
Create a new folder
curl --request POST \
  --url https://api.telaos.com/v1/folders \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "color": "<string>"
}
'
{}

Headers

authorization
string

Body

application/json

Schema for creating a new folder.

Attributes: name (str): The name of the folder to be created color (str, optional): The color code for the folder visualization. Can be hex code or color name.

name
string
required
color
string

Response

Returns the ID of the newly created folder

The response is of type object.