curl --request GET \
--url http://localhost:4000/api/waitlist/stats
{
"success": true,
"data": {
"totalUsers": 123,
"totalWithAccess": 123,
"averageWaitTime": 123,
"recentJoins": 123
}
}
Get global waitlist statistics and metrics
curl --request GET \
--url http://localhost:4000/api/waitlist/stats
{
"success": true,
"data": {
"totalUsers": 123,
"totalWithAccess": 123,
"averageWaitTime": 123,
"recentJoins": 123
}
}
Waitlist statistics
The response is of type object
.