Changelog
API change history and updates.
Versioning policy
The SalonBookIt API follows Semantic Versioning:
- MAJOR (v1 → v2): Breaking changes that require migration
- MINOR (v1.1 → v1.2): Backwards-compatible new features
- PATCH (v1.1.0 → v1.1.1): Bug fixes
Compatibility
We keep previous versions active for at least 12 months after releasing a new major version.
v1.0.0
January 2025 Current versionInitial release of SalonBookIt's public API.
New features
- Widget Embeddable JS widget for bookings
- Widget Three display modes: inline, modal and button
- Widget Full color and style customization
- Widget Support for React, Vue and popular frameworks
- API 50+ documented REST endpoints
- API Authentication via API Key + JWT
- API Configurable rate limiting per API Key
- API Real-time availability endpoint
- Webhooks Webhook system for events
- Webhooks 10 event types (booking, payment, customer)
- Webhooks HMAC-SHA256 signatures for security
- Webhooks Automatic retries with exponential backoff
- Payments Stripe integration for online payments
- Payments Support for EUR, USD, GBP, AED
- Points Loyalty program API
- i18n Multi-language support (ES, EN, AR)
Available endpoints
| Category | Endpoints |
|---|---|
| Authentication | /auth/registro/, /auth/login/, /auth/verify-otp/, /auth/refresh/ |
| Business | /negocio/, /negocio/horarios/, /negocio/festivos/ |
| Catalog | /servicios/, /peluqueros/, /categorias/, /productos/ |
| Availability | /disponibilidad/{id}/{fecha}/, /disponibilidad/dias/ |
| Bookings | /reservas/crear/, /reservas/{id}/, /reservas/{id}/cancelar/ |
| Customer | /cliente/perfil/, /cliente/reservas/, /cliente/puntos/ |
| Payments | /pagos/intent/, /pagos/confirmar/ |
| Points | /puntos/paquetes/, /puntos/canjear/ |
Upcoming versions
v1.1.0
Planned- API Endpoint to create recurring bookings
- API Advanced filters in listings
- Widget Modo "express" para reserva en un clic
-
Webhooks
New events:
review.created,waitlist.available - SDK Official SDK for JavaScript/TypeScript
v1.2.0
Planned- API Products and cart endpoint
- API Waitlist endpoint
- SDK Official SDK for Python
- Sandbox Complete testing environment
Deprecations
There are currently no deprecated features.
Deprecation notice
When we deprecate a feature, we give at least 6 months notice and provide migration guides.
Stay informed
There are several ways to stay up to date with changes:
Receive notifications of important changes to your registered email in the Dashboard.
RSS
Subscribe to the changelog RSS feed: changelog.xml
GitHub
Follow our documentation repository to see changes in real time.