v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
company

Get Company Settings

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

get/company-settings

Response

OK

idstring uuid

The company's unique identifier.

namestring

The name of the company.

hasInsuranceboolean

Whether the company has the insurance setting enabled.

Example response

{
  "id": "efd4b385-f9f8-41b6-a984-1d421b693fe1",
  "timeZoneInfo": {
    "name": "Central Standard Time",
    "daylightName": "Central Daylight Time",
    "baseUtcOffset": "-06:00:00",
    "adjustedUtcOffset": "-05:00:00"
  }
}