Pathway Folders
Create Folder
Creates a new folder for the authenticated user.
POST
/
v1
/
pathway
/
folders
Headers
Your API key for authentication.
Body Parameters
The name of the new folder.
The ID of the parent folder, if creating a subfolder.
Response
The unique identifier of the newly created folder.
The name of the newly created folder.
The ID of the parent folder, if applicable.