---
title: "Get list of provider specialties"
method: GET
path: "/v2/provider/{providerId}/specialties"
tags: ["v2/provider"]
---

# Get list of provider specialties

`GET /v2/provider/{providerId}/specialties`

Retrieves a list of specialties for the specified provider.

## Path parameters

- `providerId` string, required

## Query parameters

- `offset` number
- `limit` number

## Headers

- `organization-id` string

## Response `200`

List of specialties

- unknown

## Other responses

- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.
- `404` — Resource not found.

---

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