---
title: "Get Provider by ID"
method: GET
path: "/v1/providers/{providerId}"
tags: ["Healthcare Providers"]
---

# Get Provider by ID

`GET /v1/providers/{providerId}`

Retrieve a single provider (clinic) by its internal ID.

## Path parameters

- `providerId` string, required

## Response `200`

Default Response

- object
  - `_id` string
  - `name` string
  - `email` string
  - `slug` string
  - `address` object
    - `street1` string
    - `street2` string
    - `city` string
    - `state` string
    - `postalCode` string
    - `country` string
  - `phone_numbers` object[]
    - `number` string
    - `type` string
  - `logoURL` string
  - `brandId` string

## Other responses

- `404` — Default Response

---

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