Folders API
Retrieve a list of folders
Retrieve a list of folders for the authenticated workspace.
GET
Authorizations
Default authentication mechanism
Query Parameters
The search term to filter the folders by.
Whether to include the link count in the response.
The page number for pagination.
Required range:
x > 0
Example:
1
The number of items per page.
Required range:
0 < x <= 50
Example:
50
Response
200
application/json
A list of folders
The unique ID of the folder.
The name of the folder.
Available options:
default
, mega
The access level of the folder within the workspace.
Available options:
write
, read
The number of links in the folder.
The date the folder was created.
The date the folder was updated.