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

Authorizations

Authorization
string
header
required

Path Parameters

folder_id
string
required

Response

200 - application/json
Returns a list of projects in the specified project folder.
id
string
required
name
string
required