---
title: "List integrations"
method: GET
path: "/integrations"
tags: ["Integrations"]
---

# List integrations

`GET /integrations`

## Query parameters

- `business_entity_id` string, required

## Response `200`

OK

- object
  - `object` string — The type of the object in Nmbr (`"list"`).
  - `data` object[]
    - `id` string — The unique identifier of the object in Nmbr.
    - `object` string — The type of the object in Nmbr (`"integration"`).
    - `data` Integration
      - `label` string, nullable
      - `is_enabled` boolean
      - `type` string, nullable

---

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