GET
/
api
/
waitlist
/
stats
Get waitlist statistics
curl --request GET \
  --url http://localhost:4000/api/waitlist/stats
{
  "success": true,
  "data": {
    "totalUsers": 123,
    "totalWithAccess": 123,
    "averageWaitTime": 123,
    "recentJoins": 123
  }
}
EOF < /dev/null

Response

200 - application/json

Waitlist statistics

The response is of type object.