GET
/
get-flashcard

Body

application/json
userID
string
required

The unique identifier of the user who owns the flashcard.

folder
string
required

The name of the folder containing the flashcard.

flashcardName
string
required

The name or title of the flashcard to retrieve.

Response

200 - application/json
cards
string[]

The card ID, a unique numerical identifier of the exact flashcard retrieved from the folder.

description
string

The description of the flashcard.

name
string

The name of the flashcard.