Skip to main content

Overview

Folders help organize personal vault items. They are user-specific and not shared across organizations.
Folders are only available for personal vault items, not organization items.

Get Folder

Retrieve a specific folder by ID.
string
required
The folder ID

Response

string
required
Folder unique identifier
string
required
Encrypted folder name
string
required
Last modification timestamp

List All Folders

Retrieve all folders for the authenticated user.

Response

Returns a list of all folders belonging to the user.

Create Folder

Create a new folder.

Request Body

string
required
Encrypted folder name

Response

Returns the created folder object with its generated ID.

Update Folder

Update an existing folder’s name.
string
required
The folder ID to update

Request Body

string
required
New encrypted folder name

Delete Folder

Delete a folder permanently.
string
required
The folder ID to delete
Deleting a folder does not delete the items in it. Items will be moved to “No Folder”.

Delete All Folders

Delete all folders for the authenticated user.
This will delete all your folders. Items in folders will be moved to “No Folder”. This action cannot be undone.

Folder Organization

Best Practices

  1. Use Descriptive Names: Name folders clearly to easily find items
  2. Don’t Nest: Folders are flat - use naming conventions like “Work - Email” for logical grouping
  3. Limit Count: Too many folders can make organization difficult
  4. Use Collections Instead: For shared items, use organization collections

Folders vs Collections


Encryption

Folder names are encrypted client-side before being sent to the server.
The name field must be encrypted using the user’s encryption key. The format is:
Example:

Moving Items to Folders

To move items into folders, use the Ciphers API:
With body:
See Ciphers API for details.