Skip to main content
POST
/
get-shared-folders
Get all shared folders for a user
curl --request POST \
  --url http://dolphinflashcards.com/api/get-shared-folders \
  --header 'Content-Type: application/json' \
  --data '{
  "jwtToken": "..."
}'
[
  {
    "id": "folder1",
    "name": "Folder One",
    "description": "Example folder"
  }
]

Body

application/json
jwtToken
string
required

Response

List of shared folders returned

The response is of type any.