---
title: "Get Service Bundle"
method: GET
path: "/v1/employers/{employerId}/service-bundles/{id}"
tags: ["Employers", "Service Bundles"]
---

# Get Service Bundle

`GET /v1/employers/{employerId}/service-bundles/{id}`

## Path parameters

- `employerId` string, required
- `id` string, required

## Response `200`

Default Response

- object
  - `_id` string, required
  - `employerId` string, required
  - `bundleName` string, required
  - `serviceIds` string[], required
  - `roles` string[], nullable
  - `limit` number
  - `occurrence` string
  - `recurring` boolean
  - `startDate` string
  - `integrationData` object
    - `enterprise-health` object
      - `addOnServices` boolean
  - `createdAt` string
  - `createdBy` string
  - `updatedAt` string
  - `updatedBy` string
  - `externallyManaged` boolean — Indicates if this bundle originated from a third-party integration. Externally managed bundles cannot be edited or deleted in BlueHive.
  - `integration` string, nullable — Name of the third-party integration that manages this bundle (e.g., "Enterprise Health"). Null if bundle was created in BlueHive.

## Other responses

- `401` — Default Response
- `404` — Default Response
- `500` — 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/e6e553c2594a/schema)
