---
title: "List all connector catalog entries with their auth methods and logos"
method: GET
path: "/connector-catalog"
tags: ["connector_catalog"]
---

# List all connector catalog entries with their auth methods and logos

`GET /connector-catalog`

## Query parameters

- `offset` integer
- `limit` integer
- `search` string, nullable
- `include_inactive` boolean

## Response `200`

- ListConnectorCatalogResponse
  - `category_counts` ConnectorCatalogCategoryCount[], required
    - `category` string, required
    - `count` integer, required
  - `items` ConnectorCatalogWithMethods[], required
    - `categories` string[], required
    - `created_at` string, date-time, required
    - `description` string, nullable
    - `id` string, uuid, required
    - `name` string, required
    - `priority` integer, nullable
    - `slug` string, required
    - `updated_at` string, date-time, required
    - `auth_methods` ConnectorAuthMethodWithFields[], required
      - `auth_type` 'credentials' | 'oauth_nango', required
      - `connector_catalog_id` string, uuid, required
      - `created_at` string, date-time, required
      - `id` string, uuid, required
      - `is_active` boolean, required
      - `label` string, nullable
      - `nango_integration_key` string, nullable
      - `priority` integer, required
      - `updated_at` string, date-time, required
      - `credential_fields` ConnectorCredentialField[], required
        - `auth_method_id` string, uuid, required
        - `created_at` string, date-time, required
        - `default_value` string, nullable
        - `description` string, nullable
        - `display_order` integer, required
        - `field_type` string, required
        - `id` string, uuid, required
        - `is_optional` boolean, required
        - `label` string, nullable
        - `name` string, required
        - `options` unknown
        - `updated_at` string, date-time, required
      - `scopes` ConnectorAuthMethodScope[], required
        - `connector_auth_method_id` string, uuid, required
        - `created_at` string, date-time, required
        - `id` string, uuid, required
        - `is_recommended` boolean, required
        - `is_required` boolean, required
        - `query_parameter` string, required
        - `scope_value` string, required
        - `updated_at` string, date-time, required
    - `logo_url` string, nullable — Base64 data URI for the logo (e.g., "data:image/svg+xml;base64,...")
  - `total_count` integer, required

## Changes

- **2026-01-22** `1f451b2150f7` — 1 info
  - added the new optional `query` request parameter `include_inactive`
- **2026-01-17** `638f4aeee087` — 1 info
  - added the required property `category_counts` to the response with the `200` status
- **2026-01-16** `4976f196c8f3` — 1 breaking
  - removed the required property `category_counts` from the response with the `200` status
- **2026-01-15** `df0180f8ac36` — 1 info
  - the response property `category_counts/items/category` became required for the status `200`
- **2026-01-15** `ceb0493a9d0e` — 1 info
  - added the required property `category_counts` to the response with the `200` status

[Full history](https://skmtc.dev/structifyai/apis/structify/changes/connector-catalog/get.md)

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
