API Reference
List Folders
List all accessible folders with pagination, sorted alphabetically. Includes folder hierarchy via parent_folder_id.
GET
List folders
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The cursor to continue from
Example:
"eyJjcmVkZW50aWFsfQ=="
Maximum number of folders to return per page
Required range:
1 <= x <= 30Example:
10
List folders

