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