---
title: "Get Destinations Connectors"
method: GET
path: "/destinations/connectors"
tags: ["Destinations"]
---

# Get Destinations Connectors

`GET /destinations/connectors`

List available destination connector types and their configuration schemas.

Returns connector definitions grouped by display name. Each connector includes a `config`
array describing every configuration property - use properties where `user_defined` is `true`
to build the `config` object for the **POST /destinations** and **PUT /destinations/{destination_id}** endpoints.

Pass `connector_code` (e.g., `snowflake`, `bigquery`, `clickhouse`) to retrieve the schema for a
single connector type. Omit it to retrieve all available connectors.

Each config property includes:
- `name` - the dot-notation key to use in the `config` object
- `description` - human-readable explanation
- `required` - whether the property is mandatory
- `display_name` - short label
- `value.control` - input type (`string`, `password`, `one-select`, etc.)
- `value.default` - default value, if any

## Query parameters

- `connector_code` string, nullable — Filter by connector type identifier (e.g., 'snowflake', 'bigquery', 'clickhouse'). Omit to return all available connector types.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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