WellnessLiving API (UAT) - v1.2026-02
  1. business-data
WellnessLiving API (UAT) - v1.2026-02
  • WellnessLiving API - [Feb-2026]
  • Auth
    • Authentication
  • appointment
    • /v1/appointment/book/asset/category
    • /v1/appointment/book/asset/list
    • /v1/appointment/book/asset/service
    • /v1/appointment/book/finish
    • /v1/appointment/book/finish
    • /v1/appointment/book/payment/paymentPost
    • /v1/appointment/book/product
    • /v1/appointment/book/schedule/calendar
    • /v1/appointment/book/schedule/day-time
    • /v1/appointment/book/service/category
    • /v1/appointment/book/service/list
    • /v1/appointment/book/staff/list
  • book-process
    • /v1/book/process/info
    • /v1/book/process/payment
    • /v1/book/process/purchase
    • /v1/book/process/purchase/element/list
  • business-data
    • /v1/business
      GET
    • /v1/business/franchise/location
      GET
    • /v1/business/skin
      GET
  • catalog
    • /v1/catalog/list
    • /v1/catalog/staff/catalog/list
  • classes
    • /v1/classes/list
    • /v1/classes/promotion
    • /v1/classes/view/element
  • collector-debt
    • /v1/collector/debt/list
    • /v1/collector/debt/pay
    • /v1/collector/debt/transaction
  • drive
    • /v1/drive/product/image/upload
  • ecommerce
    • /v1/ecommerce/order/sync
  • event
    • /v1/event/book/list
    • /v1/event/book/view/element
    • /v1/event/list
  • lead
    • /v1/lead/info
    • /v1/lead/info
  • location
    • /v1/location/list
    • /v1/location/view
  • login
    • /v1/login/attendance/list
    • /v1/login/search/settings
    • /v1/login/search/settings
    • /v1/login/search/staff-app/list
  • member
    • /v1/member/info
  • profile
    • /v1/profile/contract
    • /v1/profile/create
    • /v1/profile/fields
    • /v1/profile/purchase/list
    • /v1/profile/purchase/list/element
  • promotion
    • /v1/promotion
    • /v1/promotion/list
  • purchase
    • /v1/purchase/receipt
  • report
    • /v1/report/data
    • /v1/report/query
  • report-dev
    • /v1/report/customization-form
    • /v1/report/filter-info
  • schedule
    • /v1/schedule/class/list
    • /v1/schedule/class/view
    • /v1/schedule/class/view
    • /v1/schedule/page/element
    • /v1/schedule/page/list
    • /v1/schedule/tab
  • shop
    • /v1/shop/category
  • staff
    • /v1/staff/list
    • /v1/staff/view
  • user
    • /v1/user
  • visit
    • /v1/visit/status
  1. business-data

/v1/business/skin

GET
/v1/business/skin
Retrieves skin and theme configuration for a specific WellnessLiving business.

Purpose#

Use this endpoint to fetch UI/skin settings that control colors, themes, and layout options for the business portal and booking experience. The response can be used by front-end applications to render the business-branded interface consistently.

HTTP Request#

GET /v1/business/skin
Base URL (UAT): https://uat-api.wellnessliving.io

Query Parameters#

id_region (number, required): Region identifier to scope the business/skin lookup. Example: 2.
k_business (number, required): Unique key of the business whose skin/theme configuration you want to retrieve. Example: 49197.
Example full URL:
https://uat-api.wellnessliving.io/v1/business/skin?id_region=2&k_business=49197

Authentication#

This request requires a valid authorization token. In this workspace the token is typically provided via the TOKEN variable and sent as an auth header (for example, a bearer or custom token header) according to the standard WellnessLiving API auth pattern for UAT.

Response#

On success, the API returns HTTP 200 OK with a JSON body containing overall status and an a_skin object with detailed configuration.

Top-level fields#

status (string): Overall status of the call. Example: "ok".
a_skin (object): Skin and theme configuration for the requested business.

a_skin (partial structure)#

IDs / flags
id_advanced_search (number): Advanced search configuration ID.
id_business_panel (number): Business panel/portal configuration ID.
id_header_color (number): Header color preset identifier.
id_header_button_size (number): Header button size preset (for example, maps to small/medium/large).
id_header_button_type (number): Header button style/type preset.
id_left_theme (number): Left navigation theme preset.
id_navmenu_theme (number): Navigation menu theme preset.
id_report_filter_advance (string/number): Advanced report filter configuration (may be empty).
is_daily_tracker_all (boolean): Whether the daily tracker is enabled for all.
hide_business_name (boolean): If true, business name is hidden in certain UI locations.
Colors / theme
s_body_background_color (string): Hex color for the page body background.
s_button_background_color (string): Hex color for button backgrounds.
s_button_text_color (string): Hex color for button text.
s_navmenu_backgroundcolor_one (string): Primary navigation menu background color.
s_navmenu_backgroundcolor_two (string): Secondary navigation menu background color.
s_navmenu_icontext_color (string): Color for navigation icons/text.
s_page_map_color (string): Map foreground color.
s_page_map_colorbackground (string): Map background color.
s_page_map_hover (string): Map hover color (may be empty).
s_modal_header_background_color (string): Modal header background color.
s_modal_header_icon_color (string): Modal header icon color.
s_modal_header_text_color (string): Modal header text color.
Other
text_business_name (string): Override text for the displayed business name (may be empty).
s_left_theme (string): Left navigation theme descriptor (for example, "light").
i_focus_delay (string/number): Focus delay configuration for certain UI flows.
id_focus_duration (number): Focus duration configuration.
Use these fields to configure your client-side UI so that it matches the business’s branding and theme as defined in WellnessLiving.

Request

Query Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v1/business/skin?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{}
Modified at 2026-02-26 17:13:05
Previous
/v1/business/franchise/location
Next
/v1/catalog/list
Built with