GET
/
get-flashcard-item
curl --request GET \
  --url http://dolphinflashcards.com/api/get-flashcard-item \
  --header 'Content-Type: application/json' \
  --data '{
  "cardID": "34491212345799755658107639929006996702748532692311513250209090523742322511111"
}'
{
  "back": "Evening",
  "front": "Monday"
}

Body

application/json

Response

200
application/json
OK

The response is of type object.