---
title: "Retrieve Clinic by slug"
method: GET
path: "/api/v1/public/clinics/{slug}"
tags: ["Public Clinics"]
---

# Retrieve Clinic by slug

`GET /api/v1/public/clinics/{slug}`

Permissions needed: NONE
Returns Clinic details.

## Path parameters

- `slug` string, required

## Query parameters

- `include` string

## Response `200`

Successful operation

- object
  - `data` object
    - `id` integer
    - `name` string
    - `address` string, nullable
    - `phone` string, nullable
    - `email` string
    - `city` string, nullable
    - `street` string, nullable
    - `street_number` string, nullable
    - `region` string, nullable
    - `timezone` string
    - `zip` string
    - `country` object
      - `id` integer
      - `name` string
      - `iso_code` string
      - `code` string
      - `language` object, nullable
        - `id` integer
        - `name` string
        - `short_name` string
        - `code` string
    - `preferences` object — The subset of clinic settings exposed on public and pet-parent payloads. The numeric toggles are 0 or 1.
      - `currency` string, nullable
      - `locale` string, nullable
      - `shop_enabled` number, nullable
      - `chat_app_integration` number, nullable
      - `require_client_address` number, nullable
      - `clinic_share_case_file` number, nullable
      - `any_staff_option_disabled` number, nullable
      - `auto_approve_online_appointments` number, nullable
      - `selling_price_includes_tax` boolean, nullable
    - `visit_types` Items[] — unresolved $ref
    - `visit_type_categories` object[]
      - `category` string
      - `label` string
      - `visit_types` Items[] — unresolved $ref
    - `public_notice` string, nullable
    - `logo` string, nullable

## Other responses

- `400` — unresolved $ref
- `429` — unresolved $ref

---

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