Skip to content
Streamkap
Esc
navigateopen⌘Jpreview

List All Sources Brief

GET/sources/brief
Authorization
AuthorizationBearer token · headerrequired
Responses
200

Successful Response

Array of BriefSourceConnector
namestring | any

User-defined connector name

Show properties
Any of:
string
string
any
any
connectorstring | any

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

Show properties
Any of:
string
string
any
any
idstring | any

Unique identifier

Show properties
Any of:
string
string
any
any
Request
curl -X GET "https://api.streamkap.com/sources/brief" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
[
  {
    "name": "string",
    "connector": "string",
    "id": "string"
  }
]