---
title: "Get ServiceType"
method: GET
path: "/api/service-types/{id}"
tags: ["service-types"]
---

# Get ServiceType

`GET /api/service-types/{id}`

## Path parameters

- `id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Response with status 200

- TypeServiceTypesServiceTypeGetV1Response
  - `id` string, required
  - `name` string, required
  - `placeOfService` 'TELEHEALTH_HOME' | 'TELEHEALTH_NOT_HOME' | 'OFFICE', required
  - `providerType` 'MD' | 'NP' | 'DO' | 'ND' | 'AP' | 'OT' | 'LCSW' | 'LMFT' | 'LPC' | 'PSYCH' | 'RN' | 'CN' | 'CWC' | 'CM' | 'PA' | 'RDN' | 'PT', required
  - `providerTypes` TypeServiceTypesServiceTypeGetV1ResponseProviderType[], required — All supported ProviderTypes
  - `cost` integer, required
  - `noteFields` TypeServiceTypesServiceTypeGetV1ResponseNoteField[], required
  - `conditionalPatientResponsibility` boolean, required
  - `selfPayCost` integer

---

[API](https://skmtc.dev/usebridge/apis/api-reference.md) · [All operations](https://skmtc.dev/usebridge/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usebridge/api-reference/revisions/811dbc81bcd5/schema)
