---
search:
  tags:
    - Sources
    - POST
seo:
  description: >-
    Create a new source connector. Reference for the POST /sources endpoint in
    the Streamkap REST API.
sidebar:
  label: Create New Source
  badge: POST
title: Create New Source
type: openapi-operation
---
Create a new source connector.

The `config` object contains connector-specific properties using **dot notation**
(e.g., `table.include.list`, `schema.include.list`, `database.hostname`).

Use the **GET /sources/connectors** endpoint with a `connector_code` query parameter to
retrieve the full configuration schema for a specific connector type.

`POST /sources`
