Technical circuit board pattern background
v2.4.0 is now live

Build with Sauna SPA Engine

The high-performance API platform for modern wellness operations. Integrate booking, inventory, and staff management into your apps with a few lines of code.

Developer Pillars

Foundation for building world-class spa management solutions.

api

API Reference

Exhaustive RESTful API documentation with interactive playgrounds for testing endpoints in real-time.

Learn More arrow_forward
webhook

Webhooks & Events

Stay in sync with real-time updates. Register webhooks for booking changes, payments, and staff shifts.

Setup Webhooks arrow_forward
terminal

SDKs & Libraries

Official client libraries for JavaScript, Python, Go, and Ruby to speed up your development process.

Browse SDKs arrow_forward

Quick Start

Get your first request running in under 60 seconds. Authenticate using your developer API key and start fetching resources immediately.

  • check_circleGenerate an API Key in your dashboard
  • check_circleAuthenticate using Bearer token or Custom Header
  • check_circleAccess sandbox or production environments
View Auth Guide
bash
# Authenticate with cURL
curl -X POST https://api.saunaspa.rw/v1/auth \
-H ‘Content-Type: application/json’ \
-H ‘X-API-KEY: YOUR_SECRET_KEY’ \
-d { "scope": "read:bookings" }
# Expected Response
{
  "status": "success",
  "token": "eyJhbGciOiJIUzI1NiI..."
}
support_agent

Developer Support

Need help with your integration? Our technical support engineers are available for architecture reviews and debugging.

Open a ticket
forum

Community Forum

Join the conversation with other developers. Share your projects, ask questions, and contribute to the community.

Join Discord