GET /waitlist
GET /waitlist
Validate input Create Supabase client Insert into waitlist Check for duplicate email Optional: GET endpoint for admins to view waitlist Get count of waitlist signups
Endpoint
GET /waitlist
Error Responses
| Status Code | Error Code | Description |
|---|---|---|
| 400 | HTTP_400 | Bad Request |
| 409 | HTTP_409 | Error |
| 500 | HTTP_500 | Internal Server Error |
| 500 | HTTP_500 | Internal Server Error |
| 500 | HTTP_500 | Internal Server Error |
| 500 | HTTP_500 | Internal Server Error |
Example Request
curl -X GET "https://api.allurelms.com/waitlist" \
-H "Content-Type: application/json"