# Get Sleep-Wake Settings Both the owner or the member bound to the network can consume this endpoint. Responds to the application whether sleep feature is enabled, and the user-provided household sleep time and household wake time. If the owner has not yet enabled the feature via, the following template is sent: A record of the household settings is made only when the feature is enabled for the first time. Endpoint: GET /sleep_times/settings Security: Authorization ## Response 200 fields (application/json): - `enabled` (boolean, required) - `sleep_hour` (integer, required) Example: 23 - `sleep_minute` (integer, required) - `wake_hour` (integer, required) Example: 9 - `wake_minute` (integer, required) Example: 15