Endpoint
Authentication
Requires authentication via API token in theAuthorization header.
Query Parameters
When
true, excludes files from the response. Only folder metadata and counts will be returned.User ID to filter folders by. Only works for admin users when querying other users’ folders.
Filter folders by parent folder ID. Returns only folders that are children of the specified parent.
When
true, returns only root-level folders (folders without a parent).Response
Returns an array of folder objects ordered by creation date (newest first).Unique identifier for the folder
The folder name
Whether the folder is publicly accessible
Whether uploads are allowed to this folder
ISO 8601 timestamp of when the folder was created
ISO 8601 timestamp of when the folder was last updated
ID of the user who owns this folder
ID of the parent folder, or
null if this is a root folderArray of file objects in this folder. Only included when
noincl is not set.Counts of related entities
Parent folder information, or
null if this is a root folderExample Request
cURL
Get root folders only
Get folders without files
Get children of a specific folder
Example Response
200 OK
401 Unauthorized