Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WellnessLiving Booking API

The Booking API from WellnessLiving — 4 operation(s) for booking.

WellnessLiving Booking API is one of 15 APIs that WellnessLiving publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Booking. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 4 operations across 4 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.1.20260620071011.

Requests are made against 4 base URLs: https://us.wellnessliving.com, https://au.wellnessliving.com, https://staging.wellnessliving.com, https://demo.wellnessliving.com.

4 operations 4 paths 1 schemas 3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.1.20260620071011
Base URL
https://us.wellnessliving.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

WellnessLiving Booking API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — The officially published OpenAPI declares a JWT Bearer scheme: sign in via POST /Core/Passport/Login/Enter/Enter.json, then mint a token with GET /Core/Passpor…

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Booking 4
GET
/Wl/Book/Process/Process.json
Returns the ordered list of booking wizard steps for the given session and client.
get_Wl_Book_Process_Process 8 params → 200400401403404422500
POST
/Wl/Book/Process/Payment/Payment.json
Processes purchases and books sessions on the "Pay/Billing info" step of the booking wizard.
post_Wl_Book_Process_Payment_Payment 8 params body → 200400401403404422500
GET
/Wl/Book/Process/Purchase/Purchase.json
Returns available purchase options, existing client promotions, session passes, and prizes for the specified session.
get_Wl_Book_Process_Purchase_Purchase 15 params → 200400401403404422500
GET
/Wl/Book/Cancel/CancelCan.json
Returns information about whether the given user can cancel the booking and the expected consequences.
get_Wl_Book_Cancel_CancelCan 3 params → 200400401403404422500

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is ErrorResponse (3 properties). Each schema is shown below with its type and property counts.

ErrorResponse
object
Standard WellnessLiving API error response shape.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wellnessliving-booking-api-openapi.yml Raw ↑

Other APIs WellnessLiving publishes across the network.

WellnessLiving Appointments API
WellnessLiving Authentication API
WellnessLiving Business API
WellnessLiving Catalog API
WellnessLiving Classes API
WellnessLiving Clients API
WellnessLiving Locations API
WellnessLiving Payments API
WellnessLiving Promotions API
WellnessLiving Reports API
WellnessLiving Reviews API
WellnessLiving Rewards API