GET
/
projects
Fetch projects
curl --request GET \
  --url https://api.dittowords.com/v2/projects \
  --header 'Authorization: <api-key>'
[
  {
    "id": "my-first-project",
    "name": "My First Project"
  },
  {
    "id": "my-second-project",
    "name": "My Second Project"
  },
  {
    "id": "project-in-folder",
    "name": "Project in Folder"
  }
]

Authorizations

Authorization
string
header
required

Response

200 - application/json

Returns an array of projects in the workspace

The response is of type object[].