49197 at location 315968 in region 2.GET https://uat-api.wellnessliving.io/v1/classes/list?id_region=2&k_business=49197&k_location=315968id_region – Numeric region identifier (e.g., 2).k_business – Internal business key/ID (e.g., 49197).k_location – Specific location key/ID within the business (e.g., 315968).status – Overall request status string (e.g., "ok").s_version – API or schema version string.a_class – Array of class objects. Each object represents a single scheduled class occurrence and can include:is_active – "1" or "0", indicating whether the class instance is active.is_block – "1" if the class is part of a block/series, otherwise "0".is_event – "1" if the class is treated as an event, otherwise "0".k_class – Class definition key/ID.k_class_period – Unique key/ID for this scheduled class period/occurrence.k_business_cms – Business key as used by the CMS.text_title – Human‑readable class title (e.g., "Barbie Class SM 1").text_description – HTML description of the class content/details.k_enrollment_block – Enrollment block key/ID, or null if not part of a block.url_image – URL of the primary image associated with the class.a_class_tab – Array of additional tab/configuration data (may contain null).a_url_book – Array of booking URLs for this class instance.i_capacity – Integer capacity (maximum number of participants).id_bookable – Flag/indicator that the class can be booked (e.g., 1 for bookable).is_online_private – Boolean indicating if the class is an online private session.a_login_type – Array of allowed login/account types for booking.a_member_group – Array of member group identifiers permitted to book.curl --location -g --request GET '/v1/classes/list?id_region={{id_region}}&k_business={{k_business}}&k_location={{k_location}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}