Skip to main content

Endpoints

GET

List all folders

List Folders

GET /v1/dev/user/folders

Retrieve all folders for the authenticated user
This endpoint is strictly read-only. If the user has not yet had folders initialized, an empty array is returned. System folders (Work, Personal, Social) are created lazily through other paths — when the mobile app opens the conversations screen or when a new conversation is created. In normal usage, any user who can issue a Developer API key has already gone through one of those paths.

Response Example


Using Folder IDs to Filter Conversations

Once you have folder IDs, you can filter conversations by folder using the folder_id query parameter on the conversations endpoint:
You can also filter by starred=true to get only starred conversations, or combine both folder_id and starred to get starred conversations within a specific folder.