---
title: "Get Company"
method: GET
path: "/setup/v1/companies"
tags: ["Companies"]
---

# Get Company

`GET /setup/v1/companies`

Use this endpoint to return the **Authorized Company** information. The company is the main entity that oversees all business locations defined below it, hierarchically.

Access to the company credentials gives you access to all business locations defined in the authorized company. Client credentials resolve to a single company and are purposely hidden from this endpoint.

## Response `200`

Success

- CompanyViewModel
  - `object` string, nullable
  - `id` string, nullable
  - `name` string, nullable
  - `registrationDate` string, nullable
  - `registrationEmail` string, nullable
  - `deletedStatus` boolean
  - `deletedTime` string, nullable
  - `addressLine1` string, nullable
  - `addressLine2` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `postalCode` string, nullable
  - `country` string, nullable
  - `phone` string, nullable
  - `fax` string, nullable
  - `email` string, nullable
  - `website` string, nullable
  - `timezoneId` string, nullable
  - `timezoneName` string, nullable
  - `notificationFromEmailAddress` string, nullable
  - `notificationFromName` string, nullable
  - `clientId` string, nullable
  - `clientSecret` string, nullable
  - `bookingWebhookUrl` string, nullable
  - `customerWebhookUrl` string, nullable
  - `reminderWebhookUrl` string, nullable
  - `resourceWebhookUrl` string, nullable
  - `webhookSignatureHash` string, nullable
  - `disableEmailAndSmsNotifications` boolean

---

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