GET https://uat-api.wellnessliving.io/v1/visit/statusid_region (required): Numeric region identifier used by WellnessLiving to scope the request to a specific geographical/operational region.k_business (required): Business key (ID) that identifies the WellnessLiving business/account the visit belongs to.k_visit (required): Visit key (ID) for the specific visit whose status/details you want to retrieve.TOKEN variable for authentication.Authorization: Bearer {{TOKEN}} or similar). This request inherits that configuration and does not define its own auth locally.dt_date, dtl_date: Local and/or UTC date/time of the visit.i_duration: Visit duration in minutes.a_staff: Array of staff IDs associated with the visit.k_class, k_class_period, k_location: Keys referencing the class, class period, and location.is_event: Indicates whether this visit is part of an event.status: High-level status indicator (e.g., "ok").curl --location -g --request GET '/v1/visit/status?id_region={{id_region}}&k_business={{k_business}}&k_visit=undefined' \
--header 'Content-Type: text/plain' \
--data-raw ''{}