cURL
curl --request GET \ --url http://localhost:3000/api/v2/folders \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "studioId": "<string>", "isShared": true } ]
Fetches all folders for a specific studio.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of folders