GET
/
projects
curl --request GET \
  --url https://api.dittowords.com/v1/projects \
  --header 'Authorization: <api-key>'
[
  {
    "id": "project_123",
    "name": "My Project",
    "url": "https://app.dittowords.com/projects/project_123"
  }
]

Authorizations

Authorization
string
header
required

Response

200 - application/json
The projects will return as a JSON Object with each project under it's own project ID in the format project_<DITTO_PROJECT_ID> as the key in the object.
id
string
required
name
string
required
url
string
required