Waitlist
Public pre-launch waitlist signup. No session required; not part of the owner/account graph.
Join the pre-launch waitlist (idempotent; sends a confirmation only for a new email)
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://api.app.botanary.xyz/waitlist" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'{
"status": "subscribed"
}{
"error": {
"code": "out_of_scope",
"message": "This action exceeds the per-action cap.",
"declineReason": "cap_exceeded",
"details": {},
"requestId": "string"
}
}