API Documentation

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.

Base URL

https://api.hookahplus.net/v1

Rate Limits

  • • 1000 requests per hour per API key
  • • 100 requests per minute for session creation
  • • WebSocket connections: 10 concurrent per API key

All API requests require authentication using Bearer tokens. Obtain your API key from the admin dashboard.

Login Example

curl -X POST https://api.hookahplus.net/auth/login \
  -H "Content-Type: application/json" \
  -d '{
    "email": "your-email@example.com",
    "password": "your-password"
  }'

SDK Downloads

JavaScript

Node.js and browser support

Python

Full async support

PHP

Laravel integration ready