---
title: "Get Connector Config Map"
method: GET
path: "/connectors/{connector_name}/config-map"
tags: ["Connectors"]
---

# Get Connector Config Map

`GET /connectors/{connector_name}/config-map`

Get configuration fields required for a specific connector with type information.

Args:
    connector_name: Name of the connector to get config map for

Returns:
    Dictionary mapping field names to their type information.
    Each field contains:
    - type: The expected data type (e.g., "str", "SecretStr", "int")
    - required: Whether the field is required

## Path parameters

- `connector_name` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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