GET
/
stats
curl --request GET \
  --url https://api.kicks.dev/stats \
  --header 'Authorization: <api-key>'
{ "count": 178010 }

Use this endpoint get ensure the API is healthy or get the daily product count in the database.

{ "count": 178010 }