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.
- cURL
- Python
- JavaScript
Response Example
Response Example
Response Fields
Response Fields
Using Folder IDs to Filter Conversations
Once you have folder IDs, you can filter conversations by folder using thefolder_id query parameter on the conversations endpoint:
- cURL
- Python
- JavaScript