List folders
Lists all folders in a customer workspace.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
parent_id
Parent folder ID. Defaults to Home folder.
page
Page number of the folders to fetch. Defaults to 1
.
per_page
Number of folders to return in a single page. Defaults to 100
. Max is 100
.
Response
Success reply
id
The unique identifier for the item.
name
The name of the item.
parent_id
The ID of the parent item.
created_at
The timestamp when the item was created.
updated_at
The timestamp when the item was last updated.