---
title: "Get Company Settings"
method: GET
path: "/company-settings"
tags: ["company"]
---

# Get Company Settings

`GET /company-settings`

Use this endpoint to get a list of settings for the current location.

## Response `200`

OK

- CompanySettings
  - `id` string, uuid — The company's unique identifier.
  - `name` string — The name of the company.
  - `timeZoneInfo` TimeZoneInfo
    - `name` string — The standard name of the timezone.
    - `daylightName` string — The name of the timezone for Daylight Saving Time.
    - `baseUtcOffset` string — The standard UTC offset of the timezone.
    - `adjustedUtcOffset` string — The current UTC offset of the timezone, accounting for Daylight Saving Time if currently active.
    - `supportsDaylightSavingTime` boolean — Whether of not the timezone supports Daylight Saving Time.
  - `hasInsurance` boolean — Whether the company has the insurance setting enabled.

## Other responses

- `401` — Unauthorized - Authentication is required or has failed. Common causes: - Missing API key - Invalid API key - Expired or deactivated API key

---

[API](https://skmtc.net/acculynx/apis/acculynx-api-v2.md) · [All operations](https://skmtc.net/acculynx/apis/acculynx-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/acculynx/acculynx-api-v2/versions/3a9e3886e400/schema)
