---
title: "Get Business Hours"
method: GET
path: "/users/business-hours"
tags: ["Users"]
---

# Get Business Hours

`GET /users/business-hours`

REQUIRED SCOPES <code>['users:read']</code><br>Get business hours

## Response `200`

OK

- object
  - `days` object[]
    - `closed` boolean
    - `day` string
    - `end` string
    - `start` string
  - `is_active` boolean
  - `media_url` string
  - `message` string
  - `timezone` string
  - `hourable_type` string
  - `hourable_id` integer

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
