Developer resources and integration guides
REST API
RESTful endpoints
HTTPS
Secure by default
99.9%
Uptime SLA
Real-time
WebSocket support
The Hookah+ API allows you to integrate hookah session management into your existing systems. Our RESTful API provides endpoints for session management, lounge operations, and real-time updates.
https://api.hookahplus.net/v1All API requests require authentication using Bearer tokens. Obtain your API key from the admin dashboard.
curl -X POST https://api.hookahplus.net/auth/login \
-H "Content-Type: application/json" \
-d '{
"email": "your-email@example.com",
"password": "your-password"
}'Node.js and browser support
Full async support
Laravel integration ready