GET /v1/business/skinhttps://uat-api.wellnessliving.ioid_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.https://uat-api.wellnessliving.io/v1/business/skin?id_region=2&k_business=49197TOKEN 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.200 OK with a JSON body containing overall status and an a_skin object with detailed configuration.status (string): Overall status of the call. Example: "ok".a_skin (object): Skin and theme configuration for the requested business.a_skin (partial structure)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.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.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.curl --location -g --request GET '/v1/business/skin?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}