Check if an email is in a waitlist
Check if an email is already registered in a waitlist.
URL
POST
https://gowaitly.com/api/waitlists/{waitlistId}/check
Headers
{
'Content-Type': 'application/json',
'X-API-Key': 'your_api_key',
'X-Waitlist-ID': 'your_waitlist_id',
}
Body
The body is a JSON object with the following properties Note: only email is required.
{
"email": "test@test.com"
}
Reponse
true