/v1/login/search/settings
Testing
GET
https://uat-api.wellnessliving.io/v1/login/search/settings
Request
id_region
(integer): The ID of the region for which the settings are being retrieved.k_business
(integer): The ID of the business for which the settings are being retrieved.Response
{
"type": "object",
"properties": {
"is_auto_check_in": {"type": ["null", "boolean"]},
"is_franchisee_search_wide": {"type": "boolean"},
"is_inactive": {"type": "boolean"},
"is_show_client_id": {"type": "boolean"},
"is_show_email": {"type": "boolean"},
"is_show_phone": {"type": "boolean"},
"status": {"type": "string"},
"s_version": {"type": "string"}
},
"additionalProperties": false
}
Request
Query Params
id_region
string
required
Example:
2
k_business
string
required
Example:
49197