⭐ If you like what we are doing with Automatisch, please give us a star on GitHub.
Skip to content

Create folder for user

POST
/users/{userId}/folders

Creates a new folder for a specific user.

Authorizations

ApiKeyAuth
TypeAPI Key (header: x-api-token)

Parameters

Path Parameters

userId*

Unique identifier of the user

Typestring
Required

Request Body

JSON
{
"name": "string"
}

Responses

Folder created successfully

Playground

Server
Authorization
Variables
Key
Value
Body
JSON

Samples