cURL
curl --request GET \ --url https://api.dittowords.com/v1/component-folders \ --header 'Authorization: <api-key>'
{ "folder_1": "Folder 1", "folder_2": "Folder 2" }
Returns an object of component folders in the requesting user’s workspace.
Returns component folders
The response is of type object.
object