Skip to content
Streamkap
Esc
navigateopen⌘Jpreview

List All Destinations Brief

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

Successful Response

Array of BriefDestinationConnector
namestring | any

User-defined connector name

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

Connector type (e.g., 'snowflake', 'bigquery')

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/destinations/brief" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
[
  {
    "name": "string",
    "connector": "string",
    "id": "string"
  }
]