API Reference

API Documentation

Complete reference for the Joiner REST API. Integrate waitlist functionality directly into your applications.

Base URL
All API requests should be made to this base URL
https://api.hijoiner.com/api/v1
Authentication
How to authenticate your API requests

All authenticated endpoints require a Bearer token in the Authorization header:

Authorization: Bearer your_access_token

Public endpoints (like the subscribe endpoint) don't require authentication but are rate-limited.

Authentication
POST/api/v1/auth/login
POST/api/v1/auth/register
POST/api/v1/auth/refresh
Forms
GET/api/v1/forms
POST/api/v1/forms
GET/api/v1/forms/:id
PUT/api/v1/forms/:id
DELETE/api/v1/forms/:id
GET/api/v1/public/forms/:idOrSlug
Subscribers
GET/api/v1/subscribers
POST/api/v1/public/forms/:formId/subscribe
GET/api/v1/forms/:formId/subscribers
DELETE/api/v1/subscribers/:id
POST/api/v1/subscribers/export
Analytics
GET/api/v1/analytics/overview
GET/api/v1/analytics/forms/:id
Webhooks
GET/api/v1/webhooks
POST/api/v1/webhooks
DELETE/api/v1/webhooks/:id

Need help with the API?

Check out our guides or reach out to support for assistance.