API Reference
List Folders
API Reference
List Folders
GET
/projects/actions/folders
Authentication*
curl --request GET \
--url https://api.gotolstoy.com/projects/actions/folders \
--header 'Authentication: <authentication>'
Return a list of all Folders
curl -X GET https://api.gotolstoy.com/projects/actions/folders \
--header 'Authorization: Bearer <API_KEY>'
{ "folders": [{id: 'id', name: 'name', createdAt: '2022-04-30T15:25:25.319Z'}] }
curl -X GET https://api.gotolstoy.com/projects/actions/folders \
--header 'Authorization: Bearer <API_KEY>'
{ "folders": [{id: 'id', name: 'name', createdAt: '2022-04-30T15:25:25.319Z'}] }