Pathway Folders
Get All Folders
Retrieves all folders for the authenticated user, including folder ID, name, and parent folder ID.
GET
/
v1
/
pathway
/
folders
Headers
authorization
string
requiredYour API key for authentication.
Response
folders
array
An array of folder objects.
folders[].id
string
The unique identifier of the folder.
folders[].name
string
The name of the folder.
folders[].parent_folder_id
string
The ID of the parent folder, if applicable.