GET
/
folders
[
  {
    "id": "ca45f483-db07-41e1-ab9a-1c610614416a",
    "name": "folder1",
    "access": [
      "user1@example.com",
      "ca45f483-db07-41e1-ab9a-1c610614416b"
    ]
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json
Successful Response
name
string
required

The name of the folder, it is used like a path

Maximum length: 64
access
string[]
required

A list containing emails and group ids that have access to the folder

id
string | null