Get Sources Connectors
List available source 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 /sources and PUT /sources/ endpoints.
Pass connector_code (e.g., postgresql, mysql, mongodb) 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 theconfigobject (e.g.,database.hostname.user.defined)description— human-readable explanationrequired— whether the property is mandatorydisplay_name— short labelvalue.control— input type (string,password,one-select, etc.)value.default— default value, if any
Documentation Index
Fetch the complete documentation index at: https://docs.streamkap.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by connector type identifier (e.g., 'postgresql', 'mysql', 'mongodb'). Omit to return all available connector types.
Response
Successful Response