cURL
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" } ]
Returns a list of Ditto projects in your workspace.
Returns an array of projects in the workspace
The Developer ID of the project
The name of the project