List Folders
Folders
List Folders
List every non-archived folder for the active org (flat array).
GET
List Folders
New to folders? See the Files & Folders guide for how the tree fits into the files feature. This page is the field-level technical reference.
parent_id pointing at its parent, and null means a root-level folder. Returns every non-archived folder in the active org as a flat array, ordered alphabetically by name — the tree structure isn’t pre-built into the response, so reconstruct it yourself from each folder’s parent_id.
Auth
Requires a CRM read scope and an active organization on the token. Any ofcontacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.
Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
The response is of type Response List Folders Folders Get · object.