---
title: "List Integrations"
method: GET
path: "/api/v1/lookup/integrations"
tags: ["Lookup"]
---

# List Integrations

`GET /api/v1/lookup/integrations`

List integrations enabled for the caller's organization. Each row carries the categories the org has enabled for that integration. Use `slug` as `integration_slug` when creating org-level custom field mappings.

## Query parameters

- `category` 'HRIS' | 'ATS' | 'LMS'

## Response `200`

Successful Response

- IntegrationListResponse
  - `integrations` IntegrationListItem[], required
    - `slug` string, required — Stable identifier for the integration. Use this as `integration_slug` when creating org-level mappings.
    - `display_name` string, required — Human-readable name of the integration.
    - `categories` Category[], required — Categories of unified models the org has enabled for this 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)
