List List Folders
GET /lists/folders
Folders the key’s org owns, plus org-visible folders owned by teammates.
assignments maps list id -> folder id, which is what a rebuilt Lists
screen needs to place each list without a second round trip.
The internal list_folders takes TWO different scope classes: a
campaign_builder service_scope (carrying .is_scoped/.allowed_list_ids)
and an audiences visibility_scope. They are resolved by distinct
dependencies - passing one object as both raises AttributeError -> 500.
Authorizations
Parameters
Header Parameters
Responses
200
Successful Response
object
Folders the caller owns, plus org-visible folders owned by teammates.
folders keeps its existing meaning - “mine”. shared_folders is
browse-only, mirroring the app so a rebuilt UI can render the same split.
object
Map of list id -> folder id for every filed list.
object
A folder a developer can group lists into.
object
User id that created the folder.
Folder id.
True when the calling key’s org owns the folder.
Number of lists currently filed in this folder.
Display title.
private (owner only) or org (browse-only for teammates).
A folder a developer can group lists into.
object
User id that created the folder.
Folder id.
True when the calling key’s org owns the folder.
Number of lists currently filed in this folder.
Display title.
private (owner only) or org (browse-only for teammates).
List ids the caller has starred.
422
Validation Error