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/ 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 objectdescription — human-readable explanationrequired — whether the property is mandatorydisplay_name — short labelvalue.control — input type (string, password, one-select, etc.)value.default — default value, if anyBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by connector type identifier (e.g., 'snowflake', 'bigquery', 'clickhouse'). Omit to return all available connector types.
Successful Response