id_region (required, integer)1 or 2).k_business (required, string / numeric ID)49197, 50217).k_location (required, string / numeric ID)315968, 5000000248).{{TOKEN}} variable and sent in the Authorization header:200 OK with a JSON body containing:a_asset — Array of asset objects. Each asset commonly includes:k_resource / k_resource_type — Internal identifiers for the asset and its type.text_title / html_title — Display name of the asset.html_description, html_description_short — Long/short HTML descriptions for UI rendering.a_period — Array of pricing/duration options (for example html_duration, html_price, i_duration, m_price).a_age_restrictions — Optional age limits (for example i_age_from, i_age_to, is_age_public, html_age_restriction).a_image — Asset image metadata (URLs, empty flags).is_single_buy, is_staff_confirm, is_wait_list_unpaid, id_service_require, hide_application.a_direct_link — Direct client‑facing booking URLs for the asset.a_asset_busy — Array describing busy/unavailable assets (empty in many cases).k_resource_layout — Optional layout key for organizing assets.status — Request status string (for example "ok" when successful).s_version — Internal version or cache key for the response payload.__a_message — Array of internal diagnostic or validation messages (not typically shown to end‑users).curl --location -g --request GET '/v1/appointment/book/asset/list?id_region={{id_region}}&k_business={{k_business}}&k_location={{k_location}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}