<aside> 💡 Any Waitlist customer can query total signups. This is useful if you wish to show recent stats on your landing page!

</aside>

Endpoint

POST /api/v1/waitlists/statistics

Parameters

api_key [string]: Your API key. You can get this from you getwaitlist.com dashboard.

{
	"api_key": "MY_KEY123"
}

Response

total_signups [integer]: Total number of signups on your Waitlist.

{
  "total_signups": 11
}

Errors

401: This waitlist API key does not exist.

422: Missing or empty input parameters.