---
title: "GET /public/transparency/clinics/{clinicId}/pricing"
method: GET
path: "/public/transparency/clinics/{clinicId}/pricing"
tags: ["Transparency"]
---

# GET /public/transparency/clinics/{clinicId}/pricing

`GET /public/transparency/clinics/{clinicId}/pricing`

## Path parameters

- `clinicId` string, required

## Response `200`

OK

- TransparencyPricingDto — Categorized public pricing for the transparency page.
  - `categories` TransparencyPricingCategoryDto[]
    - `id` string
    - `label` string
    - `items` TransparencyPricingItemDto[]
      - `id` string
      - `name` string
      - `description` string, nullable
      - `displayMode` string — "flat" or "range".
      - `price` union — Populated when string TransparencyPricingItemDto.DisplayMode is "flat".
        - number, double
        - string, double
      - `minPrice` union — Populated when string TransparencyPricingItemDto.DisplayMode is "range".
        - number, double
        - string, double
      - `maxPrice` union — Populated when string TransparencyPricingItemDto.DisplayMode is "range".
        - number, double
        - string, double
      - `isTaxable` boolean
      - `source` string — "service", "inventory", or "kit".
      - `recurringFrequency` string, nullable — Cadence label when the entry is a recurring kit (e.g., "Weekly", "Monthly"). Null for one-time pricing. Drives the "$X / month" badge on the public page.

## Other responses

- `404` — Not Found

---

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