---
title: "Private Detail"
method: GET
path: "/tenant/private"
tags: ["tenant"]
---

# Private Detail

`GET /tenant/private`

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- Tenant — The configuration for each of the clients of Decoda.
  - `name` string, required
  - `subDomain` string, required
  - `clinicType` 'DEFAULT' | 'WEIGHT_LOSS' | 'MED_SPA'
  - `providerDeactivatedPages` string[], required
  - `patientDeactivatedPages` string[], required
  - `enabledModules` Module[], required
  - `homePage` string, required
  - `passFeeToPatient` boolean, required
  - `paymentProcessor` string, required
  - `activatedChargeMethods` string[], required
  - `phoneNumber` string, required
  - `logoUrl` string, required
  - `successfulPaymentText` string, required
  - `campaign` string, required
  - `enterpriseTenant` string, nullable, required
  - `manualInvoiceText` string, required
  - `practiceTypeCode` integer, nullable
  - `slogan` string, nullable
  - `replyToEmail` string, nullable
  - `ccEmail` string, nullable
  - `defaultTimezone` string, nullable
  - `hidePatientPaymentPlans` boolean
  - `coloredMail` boolean
  - `requiredPatientFields` string[]
  - `enabledCommunicationMethods` CommunicationMethod[]
  - `enabledInvoiceMethods` InvoiceMethod[]
  - `maxInvoicesPerDay` integer
  - `invoicingStartTime` integer
  - `invoicingEndTime` integer
  - `invoicingOnWeekends` boolean
  - `invoicingExcludesHolidays` boolean
  - `maxInvoicesPerMinute` integer
  - `sendReceiptText` string, required
  - `autoRespondToSms` boolean
  - `generateResponseOnSms` boolean
  - `billAutomatically` boolean
  - `smsProvider` 'SIGNALWIRE' | 'SENDO', required
  - `selfSchedulingRedirectUrl` string, nullable
  - `allowMultipleBookingsForDifferentAppointments` boolean
  - `allowMultipleSelfScheduleAppointments` boolean
  - `daysUntilPatientBecomesNew` integer, nullable
  - `authTimeoutMs` integer, nullable
  - `introductoryText` string, nullable
  - `optOutMessage` string, nullable
  - `helpMessage` string, nullable
  - `apiKey` string, nullable
  - `gcalEmail` string, nullable
  - `gcalToken` string, nullable
  - `gcalRefreshToken` string, nullable
  - `auditSmsResponse` boolean
  - `itemSortType` 'CATEGORY' | 'USAGE' | 'DEFINED_ORDER' | 'NAME' | 'PRICE'
  - `reservationCancellationSmsTemplate` string, nullable
  - `automaticallySendReceipts` boolean
  - `defaultReceiptCommunicationMethod` 'SMS' | 'MAIL' | 'CALL' | 'COLLECTIONS' | 'EMAIL' | 'SMS_AND_EMAIL'
  - `receiptLogoUrl` string, nullable
  - `duplicatePatientFields` string[]
  - `googleTagManagerId` string, nullable

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
