---
title: "Get Org Integrations"
method: GET
path: "/api/lms/v1/integrations"
tags: ["Integration"]
---

# Get Org Integrations

`GET /api/lms/v1/integrations`

Returns a list of Integrations

## Query parameters

- `page_size` integer — Number of results to return per page. Maximum size is 200.
- `cursor` string — The pagination cursor value.

## Response `200`

Successful Response

- IntegrationPaginatedResponse
  - `cursor` string, nullable, required — Cursor value to fetch next set of items
  - `page_size` integer, required — Indicates the count of items in the response
  - `items` IntegrationResponse[], nullable, required
    - `id` string, uuid, required — Id of the integration object
    - `integration_id` string, uuid, required — Id of the integration
    - `is_enabled` boolean, required — Enabled boolean flag
    - `integration_slug` string, required — Integration slug
    - `integration_type` string, required — Integration Type
    - `category` string, required — Categories this integration falls into
    - `display_name` string, required — Name of the integration
    - `icon_url` string, required — The url for icon
    - `description` string, nullable, required — Description of integration

## Other responses

- `401` — Missing or invalid bearer authentication credentials.
- `403` — The credentials are valid but do not permit access to this resource, e.g. a connector token used on a different API category or a model whose writes are disabled.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

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