---
title: "Get details about the company"
method: GET
path: "/api/2026-01-01/company"
tags: ["Company"]
---

# Get details about the company

`GET /api/2026-01-01/company`

Retrieve details about the company

## Response `200`

The company details

- Company — Company details.
  - `id` string — Unique identifier for the company
  - `name` string — Company name
  - `legal_name` string — Company legal name
  - `jane_url` string — Jane URL
  - `logo_url` string — Company logo url
  - `online_booking_enabled` boolean — Online booking enabled
  - `locale` string — Locale. Ex. en, en-IN, fr-CA, etc.
  - `email` string — Email
  - `phone_number` string — Phone number
  - `currency_format` string — Currency format. Ex. en, en-IN, fr-CA, etc.
  - `time_zone` string — Time zone. Ex. America/Vancouver
  - `theme_primary_color` string — Hexadecimal theme primary color. Ex. #00c1ca
  - `theme_secondary_color` string — Hexadecimal theme secondary color. Ex. #00c1ca
  - `street_address` string — Street address
  - `street_address_2` string — Street address 2
  - `city` string — City
  - `province` string — Province
  - `postal` string — Postal code
  - `country` string — Country
  - `map_coordinates` string — Map coordinates. Format: latitude,longitude
  - `patient_terminology` object — The clinic's preferred terminology for referring to patients. Defaults to 'Patient'/'Patients' if not customized.
    - `singular` string — Singular form. Ex. Patient, Client, Customer. Default: Patient
    - `singular_lowercase` string — Lowercase singular form. Ex. patient, client, customer. Default: patient
    - `plural` string — Plural form. Ex. Patients, Clients, Customers. Default: Patients
    - `plural_lowercase` string — Lowercase plural form. Ex. patients, clients, customers. Default: patients

## Other responses

- `400` — The request is invalid
- `401` — The request is not authorized
- `404` — The company was not found
- `429` — Rate limit exceeded - 100 requests per minute per endpoint per clinic

---

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