List waitlist entries
GET /api/v1/admin/waitlist
GET
/api/v1/admin/waitlist
Returns all waitlist email signups. Requires admin role.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Waitlist entries.
object
waitlist
Array<object>
object
id
string
email
string
created_at
string
Authentication credentials are missing or invalid.
Error response returned when a request fails.
object
error
required
A human-readable error message.
string
Example
monitor not foundExample
{ "error": "unauthorized"}Not found (non-admin users).