GET
/
project-folders
curl --request GET \
  --url https://api.dittowords.com/v1/project-folders \
  --header 'Authorization: <api-key>'
[
  {
    "id": "folder_1",
    "name": "Folder 1"
  },
  {
    "id": "folder_2",
    "name": "Folder 2"
  }
]

Authorizations

Authorization
string
header
required

Response

200 - application/json
Returns a list of project folders in the workspace of the requesting user.
id
string
required
name
string
required