Waitlist
How many people are on the waitlist
GET
/waitlist/countAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
organization?string
Organization slug (OAuth actors with several orgs); API keys imply theirs.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/waitlist/count"{ "total": 0}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}Join the pre-launch waitlist and read your position POST
Idempotent: re-submitting an address returns the same referral code and the current position with `already_joined: true`. Answers 200 rather than 201 for that reason — a repeat join creates nothing. Pass `ref` to credit the member whose share link brought you; an unknown or self-referring code is ignored.
Read a member's current position by referral code GET
The referral code is the member's own high-entropy token, which is why it — and never an email address — is what appears in the path. Unknown codes 404.