Introduction
Welcome to the Openlist API. Openlist is waitlist infrastructure for product teams - API-first waitlists, referral engine, and embeddable signup forms.
Base URL
All API requests should be made to:
https://openlist.in/api
For local development:
http://localhost:3000/api
Response format
All responses are returned as JSON. Successful responses return the resource or a success object. Errors return a JSON object with statusCode and statusMessage.
{
"statusCode": 400,
"statusMessage": "Name is required"
}
Rate limits
API requests are currently unmetered during the beta. Fair-use limits may be introduced in the future.