curl --request GET \
--url https://api.pxyz.dev/api/v0/auth/stats/sign-ups-by-day
[
{
"date": "<string>",
"count": 123
}
]
curl --request GET \
--url https://api.pxyz.dev/api/v0/auth/stats/sign-ups-by-day
[
{
"date": "<string>",
"count": 123
}
]
Successful response
The response is of type object[]
.