GET/v1/login/search/settingsid_region (integer, required)2.k_business (integer, required)49197.TOKEN variable; ensure it is set appropriately in your active environment or inherited auth.401 Unauthorized or 403 Forbidden).{
"is_auto_check_in": null,
"is_franchisee_search_wide": false,
"is_inactive": false,
"is_show_client_id": false,
"is_show_email": true,
"is_show_phone": false,
"status": "ok",
"s_version": "444085"
}
is_auto_check_in (boolean or null)true – auto check-in is enabled.false – auto check-in is disabled.null – not configured or using a system default.is_franchisee_search_wide (boolean)true – search is performed across a wider/franchise-wide scope.false – search is restricted to the current business/region scope.is_inactive (boolean)true – settings are inactive (may not be applied).false – settings are active.is_show_client_id (boolean)true – show the client ID.false – hide the client ID.is_show_email (boolean)true – show email.false – hide email.is_show_phone (boolean)true – show phone.false – hide phone.status (string)"ok".s_version (string)curl --location -g --request GET '/v1/login/search/settings?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}