---
title: "Check active integration"
method: GET
path: "/v1/integrations/{name}"
tags: ["Integrations"]
---

# Check active integration

`GET /v1/integrations/{name}`

Returns true if the named integration is active for the given brand (brand resolved via x-brand-id header).

## Path parameters

- `name` string, required

## Headers

- `x-brand-id` string, required

## Response `200`

Default Response

- object
  - `active` boolean, required

## Other responses

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