POST
/
search
curl --request POST \
  --url http://dolphinflashcards.com/api/search
[
  {
    "200": 123,
    "streak": [
      {
        "name": "Flashcard1",
        "id": "1"
      }
    ]
  }
]

Query Parameters

name
string

The name of the flashcard to search for

Response

200
application/json
OK.

The response is of type array.