POST
/
v1
/
pathway
/
folders

Headers

authorization
string
required

Your API key for authentication.

Body Parameters

name
string
required

The name of the new folder.

parent_folder_id
string

The ID of the parent folder, if creating a subfolder.

Response

folder_id
string

The unique identifier of the newly created folder.

name
string

The name of the newly created folder.

parent_folder_id
string

The ID of the parent folder, if applicable.