GET/v1/appointment/book/service/categoryid_region (required, integer)2).k_business (required, string/integer)k_location (required, string/integer)status: "ok" and an array of service categories for the specified location.{
"a_category": [
{
"hide_application": false,
"i_sort": "48627",
"k_service_category": "48627",
"s_title": "Barbie"
},
{
"hide_application": false,
"i_sort": "100000009169",
"k_service_category": "100000009169",
"s_title": "Dog"
}
],
"is_client_flag": false,
"k_location": "315968",
"status": "ok",
"s_version": "444085"
}
a_category[]hide_application (boolean): Whether this category should be hidden from client‑facing booking flows.i_sort (string): Sort order of the category.k_service_category (string): Unique key of the service category (used by downstream booking calls).s_title (string): Display name of the category as shown to clients.is_client_flag (boolean): Indicates whether client-specific flags affected the category list.k_location (string): Echoes the location key used for the query.status (string): `curl --location -g --request GET '/v1/appointment/book/service/category?id_region={{id_region}}&k_business={{k_business}}&k_location={{k_location}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}