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 CodeError CodeDescription
400HTTP_400Bad Request
409HTTP_409Error
500HTTP_500Internal Server Error
500HTTP_500Internal Server Error
500HTTP_500Internal Server Error
500HTTP_500Internal Server Error

Example Request

curl -X GET "https://api.allurelms.com/waitlist" \
  -H "Content-Type: application/json"