POST
/
get-heatmap
curl --request POST \
  --url http://dolphinflashcards.com/api/get-heatmap \
  --header 'Content-Type: application/json' \
  --data '{
  "userID": "user1"
}'
{
  "16-07-2024": "2"
}

Body

application/json

Response

200
application/json
OK. Returns an object that contains dates (formatted as `dd/mm/yyyy`) as keys and the corresponding streak counts as values.

The response is of type object.