cURL
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" } ]
Returns a list of Ditto projects. Only projects with Developer Mode enabled can be fetched.
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.