Get the number of entries in a waitlist
Get the number of entries in a waitlist.
URL
GET
https://gowaitly.com/api/waitlists/{waitlistId}/count
Headers
{
'Content-Type': 'application/json',
'X-API-Key': 'your_api_key',
'X-Waitlist-ID': 'your_waitlist_id',
}
Reponse
{
"totalEntries": 100
}