id_region (required, integer): Identifies the geographic region to filter available events.k_business (required, integer): Identifies the business for which event availability is requested.TOKEN variable (for example, via an Authorization header or upstream gateway configuration). Ensure TOKEN is set to a valid access token before sending the request.a_event: an array of event IDs available for booking.a_event_available: a map of event ID -> boolean indicating if each event is currently bookable.is_virtual_service: boolean flag indicating if the events relate to a virtual service.status: API call status string (e.g., "ok").s_version: backend version or data snapshot identifier.__a_message: array of auxiliary/system messages and formatting hints.curl --location -g --request GET '/v1/event/book/list?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}