WaitKitWaitKit
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

CodeDescription
200Success
401Missing or invalid API key
404Project not found

On this page