cURL
curl --request POST \ --url http://dolphinflashcards.com/api/get-heatmap \ --header 'Content-Type: application/json' \ --data '{ "userID": "user1" }'
{ "16-07-2024": "2" }
Retrieve the user’s heatmap data.
OK. Returns an object that contains dates (formatted as dd/mm/yyyy) as keys and the corresponding streak counts as values.
dd/mm/yyyy
The response is of type object.
object