API
Get Count
GET /api/waitlist/:slug/count — Retrieve the total subscriber count.
Returns the total number of subscribers for the waitlist identified by the project slug.
curl https://api.waitkit.dev/api/waitlist/my-project/count \
-H "Authorization: Bearer wk_..."Response
{
"count": 42
}Status codes
| Code | Description |
|---|---|
200 | Success |
401 | Missing or invalid API key |
404 | Project not found |
