Skip to main content
POST
/
join-shared-folder
Join shared folder using invite link
curl --request POST \
  --url http://dolphinflashcards.com/api/join-shared-folder \
  --header 'Content-Type: application/json' \
  --data '
{
  "jwtToken": "...",
  "inviteCode": "xyz789abc"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.dolphinflashcards.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
jwtToken
string
required
inviteCode
string
required

Response

Joined successfully