Waitlist Builder
The Waitlist Builder API creates hosted waitlist pages with a viral referral system built in. People who sign up get a referral link and sharing it moves them up the queue. Manage subscribers, pull a CSV export and send invites programmatically when you are ready to let people in. Base URL: https://waitlist.dranco.uk Authentication: X-API-Key header
Waitlist Builder endpoints
| Method | Endpoint | Description |
|---|---|---|
| Waitlists | ||
| GET |
getWaitlist /api/waitlists/{id} |
Returns the waitlist configuration and current signup statistics. |
| POST |
createWaitlist /api/waitlists |
Creates a new waitlist with a public signup page at /w/{slug}. |
| Subscribers | ||
| POST |
inviteSubscribers /api/waitlists/{id}/invite |
Mark specific email addresses as invited. They move from "waiting" to "invited" status. |
| GET |
exportSubscribers /api/waitlists/{id}/subscribers |
Downloads all waitlist subscribers as a CSV file (email, position, referral_code, status, joined_at). |
Waitlist Builder pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $11 / month | — |
|
| ULTRA | $36 / month | — |
|
| MEGA | $99 / month | — |
|