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/v1Authentication
How to authenticate your API requests
All authenticated endpoints require a Bearer token in the Authorization header:
Authorization: Bearer your_access_tokenPublic endpoints (like the subscribe endpoint) don't require authentication but are rate-limited.
Authentication
POST
/api/v1/auth/loginPOST
/api/v1/auth/registerPOST
/api/v1/auth/refreshForms
GET
/api/v1/formsPOST
/api/v1/formsGET
/api/v1/forms/:idPUT
/api/v1/forms/:idDELETE
/api/v1/forms/:idGET
/api/v1/public/forms/:idOrSlugSubscribers
GET
/api/v1/subscribersPOST
/api/v1/public/forms/:formId/subscribeGET
/api/v1/forms/:formId/subscribersDELETE
/api/v1/subscribers/:idPOST
/api/v1/subscribers/exportAnalytics
GET
/api/v1/analytics/overviewGET
/api/v1/analytics/forms/:idWebhooks
GET
/api/v1/webhooksPOST
/api/v1/webhooksDELETE
/api/v1/webhooks/:idNeed help with the API?
Check out our guides or reach out to support for assistance.