Skip to main content
GET
/
sources
/
brief
List All Sources Brief
curl --request GET \
  --url https://api.streamkap.com/sources/brief \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "connector": "<string>",
    "id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

name
string | null

User-defined connector name

connector
string | null

Connector type (e.g., 'postgresql', 'mysql')

id
string | null

Unique identifier