List folders
List folders that organize DOCUMENTS in a business’s library, A-Z. Pass parent_id to list subfolders. Use cursor for pagination.
Errors: 400 invalid_value: The business_id is not a valid UUID. 401 authentication_required: API key or token is missing, invalid, or revoked. 403 permission_denied: Your plan does not include API access, or this business is not in your org. 404 resource_not_found: No business with that ID exists. 429 rate_limit_exceeded: You sent too many requests this minute.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A UUID identifier.
Query Parameters
Filter by parent folder (null for root)
Max results per page (1-100)
1 <= x <= 100Cursor from the previous page's next_cursor
